device
parameter is only needed if requesting a refresh token by passing the offline_access
scope. To learn more, read Refresh Tokens.
response_type
indicates that we want to receive both an access token and ID token.prompt=none
instead. To learn more read Configure Silent Authentication.favorite_color
is no longer a valid scope.audience
is optional.nonce
must be a cryptographically secure random string. To learn more, read Mitigate Replay Attacks When Using the Implicit Flow./userinfo
endpoint.device
parameter was passed and the offline_access
scope was requested./userinfo
endpoint (provided that the API specified by the audience
param uses RS256
as signing algorithm) and optionally the specified by the audience
parameter.response_type=id_token
, Auth0 will only return an ID token.
Refresh Tokens are not allowed in the implicit grant. Use prompt=none
instead.favorite_color
claim must be namespaced and added through a rule. To learn more, read Create Namespaced Custom Claims./userinfo
endpoint.
/userinfo
endpoint (provided that the API specified by the audience
param uses RS256
as signing algorithm) as well as the resource server specified by the audience
parameter./userinfo
is the only specified .