Documentation Index
Fetch the complete documentation index at: https://auth0-feat-authentication-api-migration.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
POST /oauth/token
To check on the status of a Back-Channel Login flow, poll the /oauth/token endpoint at regular intervals by passing the following:
auth_req_idreturned from the call to/bc-authorizeurn:openid:params:grant-type:cibagrant type
Response Body
If the authorizing user has not yet approved or rejected the request, you should receive a response like the following:/bc-authorize), you should receive a response like the following:
auth_req_id for an ID or access token, it is no longer usable.
Remarks
Include an optional parameter for application authentication in the request:- Client Secret with HTTP Basic auth, in which case no parameters are required. The
client_idandclient_secretare passed in a header. - Client Secret Post, in which case the
client_idandclient_secretare required. - Private Key JWT, where the
client_id,client_assertion, andclient_assertiontype are required. - mTLS, where the
client_idparameter is required and theclient-certificateandclient-certificate-ca-verifiedheaders are required.
Parameters
The
client_id of your application.The
auth_req_id returned from the /bc-authorize endpoint.Must be set to
urn:openid:params:grant-type:ciba.Response
| Status | Description |
|---|---|
| 200 | Authentication status returned. |
| 400 | Bad Request - Invalid parameters |
| 500 | Internal Server Error |