Skip to content

Commit

Permalink
HandlerURL updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan committed Dec 14, 2020
1 parent cfaea9b commit df29a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Workbench/configs-and-secrets/wordpress/httpd/shib.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ShibCompatValidUser Off
#
# Ensures handler will be accessible.
#
<Location /registrySSO/Shibboleth.sso>
<Location /wordpresssSSO/Shibboleth.sso>
AuthType None
Require all granted
SetHandler shib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
cookieProps to "https" for SSL-only sites. Note that while we default checkAddress to
"false", this makes an assertion stolen in transit easier for attackers to misuse.
-->
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem" handlerURL="/registrySSO/Shibboleth.sso"
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem" handlerURL="/wordpressSSO/Shibboleth.sso"
checkAddress="false" handlerSSL="true" cookieProps="https"
redirectLimit="exact">

Expand Down

0 comments on commit df29a7a

Please sign in to comment.