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 /delegation
By default, this feature is disabled for tenants without an add-on in use as of 8 June 2017. Legacy tenants who currently use an add-on that requires delegation may continue to use this feature. If delegation functionality is changed or removed from service at some point, customers who currently use it will be notified beforehand and given ample time to migrate.
target app’s secret. This is used to flow the identity of the user from the application to an API.
Remarks
-
The
profilescope value requests access to the End-User’s default profile Claims, which are:name,family_name,given_name,middle_name,nickname,preferred_username,profile,picture,website,gender,birthdate,zoneinfo,locale, andupdated_at. -
The
emailscope value requests access to theemailandemail_verifiedClaims. - Delegation is not supported in version 8 of auth0.js. For a sample in version 7 of the library, refer to Delegation Token Request.
-
This endpoint limits up to 10 requests per minute from the same IP address with the same
user_id. -
This endpoint will return three HTTP Response Headers, that provide relevant data on its rate limits:
X-RateLimit-Limit: Number of requests allowed per minute.X-RateLimit-Remaining: Number of requests available. Each new request reduces this number by 1. For each minute that passes, requests are added back, so this number increases by 1 each time.X-RateLimit-Reset: Remaining time until the rate limit (X-RateLimit-Limit) resets. The value is in UTC epoch seconds.
Learn More
Response
| Status | Description |
|---|---|
| 200 | Successful delegation token retrieval |