Skip to content

Commit

Permalink
fix: jans-linux-setup opPolicyUri and opTosUri (#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Dec 26, 2022
1 parent 386dbd5 commit 67e1d22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@
"introspectionAccessTokenMustHaveUmaProtectionScope":false,
"requestUriHashVerificationEnabled": false,
"idTokenFilterClaimsBasedOnAccessToken": false,
"opPolicyUri":"http://www.jans.io/doku.php?id=jans:policy",
"opTosUri":"http://www.jans.io/doku.php?id=jans:tos",
"opPolicyUri":"https://%(hostname)s/opPolicy",
"opTosUri":"https://%(hostname)s/tos",
"authorizationCodeLifetime":60,
"refreshTokenLifetime":14400,
"idTokenLifetime":3600,
Expand Down

0 comments on commit 67e1d22

Please sign in to comment.