Closed
Description
@hejianchao No there isn't a setting/property available to turn it off. Are you having issues with it? Why do you want it disabled?
Originally posted by @jgrandja in #4442 (comment)
This issue was created for two reasons:
- Some cloud vendors do not fully support OIDC nonce, and an error will be reported:
invalid nonce
- OpenID Connect Core 1.0, Section 3.1.2.1, "nonce" parameter:
nonce
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.
Also, as far as I know, the pac4j framework supports nonce settings (link).