Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "nonce" OpenID Connect auth request parameter #4

Closed
iainmcgin opened this issue Mar 7, 2016 · 1 comment
Closed

Support "nonce" OpenID Connect auth request parameter #4

iainmcgin opened this issue Mar 7, 2016 · 1 comment
Milestone

Comments

@iainmcgin
Copy link
Member

OpenID Connect Core 1.0, Section 3.1.2.1, "nonce" parameter:

OPTIONAL. String value used to associate a Client session with an ID Token, and to mitigate replay attacks. The value is passed through unmodified from the Authentication Request to the ID Token. Sufficient entropy MUST be present in the nonce values used to prevent attackers from guessing values. For implementation notes, see Section 15.5.2.

Section 3.2.2.1, "Authentication Request" specifies that this parameter is REQUIRED for implicit flow authentication requests (those with response type id_token or id_token token).

@WilliamDenniss
Copy link
Member

This has been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants