Skip to content

Commit

Permalink
Update extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTena…
Browse files Browse the repository at this point in the history
…ntConfig.java

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
sberyozkin and gastaldi authored Jul 26, 2023
1 parent 2355044 commit 0ed992b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ public enum ResponseMode {
* Do not enable this property if your OpenId Connect provider does not support setting `nonce` in ID token
* or if you work with OAuth2 provider such as `GitHub` which does not issue ID tokens.
*/
@ConfigItem
@ConfigItem(defaultValue = "false")
public boolean nonceRequired = false;

/**
Expand Down

0 comments on commit 0ed992b

Please sign in to comment.