...
Parameter | Description |
---|---|
scope | Specifies the behaviour of the request. Value: "openid" |
client_id | The 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.
|
redirect_uri/callback_uri | The URI which the authorization server should send the response to. |
nonce | Associates 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. |
...