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 and pujavs committed Dec 26, 2022
1 parent cd23476 commit 133b6c4
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 133b6c4

Please sign in to comment.