OpenConext-Attic / OpenConext-authorization-playground

Test your OAuth or OIDC credentials and API calls
Apache License 2.0
0 stars 1 forks source link

'nonce' is required in Implicit Flow #3

Open tomkuipers opened 5 years ago

tomkuipers commented 5 years ago

According to the OpenID Connect specification 'nonce' is required in the authentication request for the Implicit Flow: https://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthRequest. It is however missing in the Implicit Flow auth request. In the Authorization Code Flow 'nonce' is optional: https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest