Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When handling the return from the IdP the path may have come from another host.  We need shibboleth to look at it. This again for srv1. 

Note that you cannot have any other require directive.  If you want to restrict access you have to do that in your application.

Code Block
<LocationMatch /login-srv2x>
AuthType shibboleth
require shibboleth
order allow,deny
allow from all
</LocationMatch>

<LocationMatch /login-srv11x>
AuthType shibboleth
require shibboleth
order allow,deny
allow from all
</LocationMatch>

...