Skip to main content
Skip table of contents

Approving a sign-on request (web portal)

Request

When the user enters the device registration code in the operator’s web portal, the portal should approve the request with DSRA. To do this, it should send a PUT request to:

CODE
https://<host>:<port>/dsra/v1/operator/deviceRegistrationCode/actions/approve

Headers

  • x-correlation-id – identifier for logging, to correlate messages across a call flow

  • Authorization – the Keycloak authentication token. Must be preceded by Bearer (note the space).

  • nv-tenant-id – the unique tenant identifier

Mandatory arguments

  • deviceRegistrationCode – the device registration code entered by the user

  • accountId – the user’s account ID

Other arguments

None

Response

A successful response returns an HTTP 202 status.

A bad request returns an HTTP 400 status. This happens if the request is invalid, or if the token, payload, or tenant ID is missing or incomplete.

If the Keycloak token is invalid or if there is an issue with the device registration code (expired, invalid, already approved, or already registered), the service returns an HTTP 403 status.

If the device registration code is not recognised (for example, if the user typed it incorrectly), the service returns an HTTP 404 status.

See also

Device SignOn and Registration Assistant (DSRA) API documentation

JavaScript errors detected

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

If this problem persists, please contact our support.