Skip to content

Commit

Permalink
feat(community-edition-setup): added localhost to requestUriBlackList
Browse files Browse the repository at this point in the history
JanssenProject/jans#1503
(cherry picked from commit c03fe1c)
  • Loading branch information
yuriyz committed Jun 9, 2022
1 parent 8de0e25 commit 74b984e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/oxauth/oxauth-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
"requestParameterSupported":true,
"requestUriParameterSupported":true,
"requireRequestUriRegistration":false,
"requestUriBlackList": [
"localhost",
"127.0.0.1"
],
"allowPostLogoutRedirectWithoutValidation":false,
"introspectionAccessTokenMustHaveUmaProtectionScope":false,
"opPolicyUri":"http://ox.gluu.org/doku.php?id=oxauth:policy",
Expand Down
4 changes: 4 additions & 0 deletions templates/oxauth/oxauth-config.json.disa-stig
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@
"requestParameterSupported":true,
"requestUriParameterSupported":true,
"requireRequestUriRegistration":false,
"requestUriBlackList": [
"localhost",
"127.0.0.1"
],
"allowPostLogoutRedirectWithoutValidation":false,
"introspectionAccessTokenMustHaveUmaProtectionScope":false,
"opPolicyUri":"http://ox.gluu.org/doku.php?id=oxauth:policy",
Expand Down

0 comments on commit 74b984e

Please sign in to comment.