Skip to content

Commit

Permalink
Bump AccessToken and IdToken ttl to 14 days
Browse files Browse the repository at this point in the history
14*24*60*60 == 1209600
  • Loading branch information
ianconsolata committed Aug 19, 2022
1 parent b74be8a commit 4d72e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/identity/handler/provider-factory/identity.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"scopes": [ "openid", "profile", "offline_access", "webid" ],
"subjectTypes": [ "public" ],
"ttl": {
"AccessToken": 3600,
"AccessToken": 1209600,
"AuthorizationCode": 600,
"BackchannelAuthenticationRequest": 600,
"ClientCredentials": 600,
"DeviceCode": 600,
"Grant": 1209600,
"IdToken": 3600,
"IdToken": 1209600,
"Interaction": 3600,
"RefreshToken": 86400,
"Session": 1209600
Expand Down

0 comments on commit 4d72e34

Please sign in to comment.