Unsecuring Child URI
ronharris
neo204011 at gmail.com
Tue Jun 4 12:30:30 EDT 2019
Hi,
I have come across a requirement in my project, where I need to secure
parent URI, but keep child URI unsecured.
URI Eg:
/content
/content/login
/content/logout
I have protected "/content" as below, and it is working fine:
<Location /content>
AuthType shibboleth
ShibRequestSetting requireSession 1
require valid-user
</Location>
But how can I keep other two out of it.
Please let me know if it is possible.
Thanks
--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list