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:
https://<host>:<port>/ias/v3/token/actions/signOnBySignOnActivationToken
Headers
Authorization– the sign-on/activation token provided in the response to a sign-on/activation token request. Must be preceded byBearer(note the space).
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.