device
parameter is only needed if requesting a by passing the offline_access
scope.
/oauth/token
.realm
). The standard OIDC password grant is also supported, but it does not accept Auth0-specific parameters such as realm
.favorite_color
is no longer a valid scope.device
parameter is removed.audience
parameter is optional./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.RS256
if requested by a public application. To learn more, read Confidential and Public Applications.offline_access
scope was granted.RS256
if requested by a public application.favorite_color
claim must be namespaced and added through a rule. To learn more, read Create Namespaced Custom Claims./userinfo
endpoint.
/userinfo
endpoin (provided that the API specified by the audience
parameter uses RS256
as ) as well as the resource server specified by the audience
parameter./userinfo
is the only specified .realm
parameter. The standard OIDC flow is also supported when using OIDC authentication.