Skip to main content
Skip table of contents

Signing on with the sign-on/activation token (registering device)

Request

Once the user has entered the device registration code and DSRA has approved the request, the registering device can actually sign on. To do this, it should send a POST request to:

CODE
https://<host>:<port>/ias/v3/token/actions/signOnBySignOnActivationToken

Headers

Mandatory arguments

None

Other arguments

None

Response

A successful response returns an HTTP 201 status. The response body contains access and refresh tokens.

A bad request returns an HTTP 400 status.

If the supplied credentials are invalid, the service returns an HTTP 401 status.

If the request is forbidden, the service returns an HTTP 403 status.

If the resource does not exist, the service returns an HTTP 404 status.

See also

Identity Authentication Service (IAS) API documentation

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.