Skip to content

Commit

Permalink
set default values for RPT and PCT expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Jun 27, 2018
1 parent ba0e230 commit 77bed9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/oxauth-config.json
Expand Up @@ -170,7 +170,8 @@
"accessTokenLifetime":300,
"umaResourceLifetime":2592000,
"sessionAsJwt":false,
"umaRequesterPermissionTokenLifetime":3600,
"umaRptLifetime": 3600,
"umaPctLifetime": 2592000,
"umaAddScopesAutomatically":true,
"umaValidateClaimToken":false,
"umaGrantAccessIfNoPolicies":false,
Expand Down

0 comments on commit 77bed9c

Please sign in to comment.