Create Callback
Finalize an Auth Request and get the callback URL for success or failure. The user must be redirected to the URL in order to inform the application about the success or failure. On success, the URL contains details for the application to obtain the tokens. This method can only be called once for an Auth request.
Required permissions:
session.link
Path Parameters
The ID of the Auth Request to finalize.
Response Body
application/json
curl -X POST "https://loading/v2/oidc/auth_requests/string"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"callbackUrl": "string"
}Was this page helpful?
Authorize or Deny Device Authorization
Authorize or Deny Device Authorization: Authorize or deny the device authorization request based on the provided device authorization id. Required permissions:
Get Auth Request
Get Auth Request: Get OIDC Auth Request details by ID, obtained from the redirect URL. Returns details that are parsed from the application's Auth Request. Required permissions: