OptionalactorActor token for delegation/impersonation scenarios (RFC 8693). Represents the identity of the acting party.
If provided, actorTokenType is required.
OptionalactorActor token type URI (required if actorToken is provided).
OptionaladditionalAdditional custom parameters passed to the token endpoint.
Accessible in Auth0 Action via event.request.body.
Use this for custom parameters instead of index signature to avoid TypeScript issues.
OptionalaudienceThe unique identifier of the target API.
OptionalorganizationOrganization ID or name for multi-tenant scenarios. The organization ID will be present in the resulting access token claims.
OptionalscopeSpace-delimited OAuth 2.0 scopes.
Note: These scopes are merged with SDK default scopes (openid profile email offline_access). Duplicates are removed.
The external token being exchanged. This will be validated by your Auth0 Action with the Custom Token Exchange trigger.
Validation: Must be a non-empty string.
Custom URI identifying the token type.
Validation Rules:
Note: Reserved namespaces are validated by Auth0 when creating CTE profiles.
Options for Custom Token Exchange.
Custom Token Exchange allows exchanging external tokens for Auth0 tokens without a browser redirect. The external token is validated by an Auth0 Action with the Custom Token Exchange trigger.
See
Auth0 Custom Token Exchange Documentation