Skip to content

Commit

Permalink
remove maxAge
Browse files Browse the repository at this point in the history
  • Loading branch information
summitt committed Oct 31, 2024
1 parent 11311b1 commit 9b3e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/fuse/dao/SystemSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ public OidcConfiguration getOdicConfig() {
config.setDiscoveryURI(this.oauthDiscoveryURI==null?"":this.oauthDiscoveryURI);
config.setUseNonce(true);
config.setPreferredJwsAlgorithm(JWSAlgorithm.RS256);
config.setMaxAge(10);
//config.setMaxAge(10);
config.addCustomParam("display", "popup");
//config.addCustomParam("prompt", "select_account");

Expand Down

0 comments on commit 9b3e7cc

Please sign in to comment.