Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: adding needed space in response types

...

Parameter
Description
scopeSpecifies the behaviour of the request. 
Value: "openid" 
client_idThe OAuth 2.0 Client Identifier valid at the authorization server.
response_type

Determines which authorization processing flow is to be used, including what parameters are returned from the endpoints used.
Value:
"id_tokentokentoken token" or "id_token"

  • id_tokentokentoken token:  The ID token is issued together with the access token.
  • id_token: Only the id token is returned and no access token is returned.
redirect_uri/callback_uriThe URI which the authorization server should send the response to.
nonceAssociates a client session with an ID Token to mitigate replay attacks. The value is passed through unmodified from the suthentication request to the ID Token.

...