device
parameter is only needed if requesting a by passing the offline_access
scope. To learn more, read, Refresh Tokens.
favorite_color
is no longer a valid scope value.device
parameter is removed.audience
parameter is optional./userinfo
endpoint.device
parameter was passed and the offline_access
scope was requested.audience
parameter and the /userinfo
endpoint (provided that the API uses RS256
as the signing algorithm and openid
is used as a scope
parameter). If you are not implementing your own (API), then you can use https://{$account.namespace}/userinfo
as the audience
parameter, which will return an opaque Access Token.offline_access
scope was granted.favorite_color
claim must be added through an Auth0 Action. To learn more, read Create Custom Claims.
/userinfo
endpoint.
audience
parameter and the /userinfo
endpoint (provided that the API uses RS256
as the and openid
is used as a scope
parameter).
If you are not implementing your own resource server (API), then you can use https://{$account.namespace}/userinfo
as the audience
parameter, which will return an opaque access token.