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: Georgios Andrianakis <[email protected]>
  • Loading branch information
sberyozkin and geoand authored May 23, 2023
1 parent 8c00a5a commit 94283fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public enum Strategy {
public boolean splitTokens;

/**
* Requires that the session cookie storing the tokens is encrypted.
* Mandates that the session cookie that stores the tokens is encrypted.
*/
@ConfigItem(defaultValue = "true")
public boolean encryptionRequired = true;
Expand Down

0 comments on commit 94283fc

Please sign in to comment.