Skip to content

Commit

Permalink
Merge pull request #6 from mysilio-co/14-day-ttl
Browse files Browse the repository at this point in the history
14 day ttl
  • Loading branch information
ianconsolata authored Aug 19, 2022
2 parents 7a1425c + 4d72e34 commit 10d6916
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/identity/handler/provider-factory/identity.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"subjectTypes": [ "public" ],
"ttl": {
"AccessToken": 1209600,
"AuthorizationCode": 1209600,
"BackchannelAuthenticationRequest": 1209600,
"ClientCredentials": 1209600,
"DeviceCode": 1209600,
"AuthorizationCode": 600,
"BackchannelAuthenticationRequest": 600,
"ClientCredentials": 600,
"DeviceCode": 600,
"Grant": 1209600,
"IdToken": 1209600,
"Interaction": 1209600,
"RefreshToken": 1209600,
"Interaction": 3600,
"RefreshToken": 86400,
"Session": 1209600
}
}
Expand Down

0 comments on commit 10d6916

Please sign in to comment.