/social
endpoint with an audience
parameter.
If you want to use the OIDC-conformant pipeline on a per-authentication-request basis and your application doesn’t need to call an API, use the following audience
parameter:
/userinfo
./userinfo
will conform to the OIDC specification, similar to the contents of ID tokensresponse_type=token
only returns an access token. To get an ID token, use response_type=id_token
or response_type=token id_token
.device
parameter is now considered invalid when requesting a refresh token using the offline_access
scope./delegation
endpoint, except when used to get third-party API tokens./tokeninfo
endpoint/oauth/access_token
endpoint (used for social authentication from native mobile applications)./ssodata
endpoint/delegation
endpoint except when used to get third-party API tokens./oauth/token
endpoint.device
parameter is no longer needed when requesting a refresh token using the offline_access
scope in authentication requests./ssodata
endpoint and getSSOData()
method from Lock/auth0.js
.