Skip to content

Commit

Permalink
#0 | Increase Keycloak refresh token default and max validity
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Apr 7, 2023
1 parent 7afc1e4 commit 5b86a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure/roles/keycloak/templates/starter-realm.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"refreshTokenMaxReuse": 0,
"accessTokenLifespan": 300,
"accessTokenLifespanForImplicitFlow": 900,
"ssoSessionIdleTimeout": 36000,
"ssoSessionMaxLifespan": 36000,
"ssoSessionIdleTimeout": 2592000,
"ssoSessionMaxLifespan": 2592000,
"ssoSessionIdleTimeoutRememberMe": 0,
"ssoSessionMaxLifespanRememberMe": 0,
"offlineSessionIdleTimeout": 2592000,
Expand Down

0 comments on commit 5b86a3e

Please sign in to comment.