Shibboleth SP test KO : Don't reach testshib.org authentification
Peter Schober
peter.schober at univie.ac.at
Fri Jul 3 02:58:10 EDT 2015
* Alexandre Lefevre <alexandre.lefevre at pentila.com> [2015-07-03 08:18]:
> Unfortunately, the test don¹t work. When I join the URL myhost.org/secure
> i¹m never redirect.
There's a section in the wiki on that, IIRC ("doesn't protect" or
"doesn't redirect", something like that), look in the Troubleshooting
section.
Your own config doesn't enforce active protection, so accessing any of
your own resoures won't trigger that, which is likely the issue here.
> RewriteEngine On
>
> RewriteCond %{HTTP_HOST} !^lea-preprod\.hautenormandie\. [NC]
>
> RewriteRule ^(.*)$ https://lea-preprod.hautenormandie.fr/$1 [L,R=301]
Not the issue you're currently having but you'll certainly need to
make an exception above for ^/Shibboleth\.sso/ otherwise the HTTP POST
with the SAML response would possibly never arrive at the Shib SP's
content handler.
-peter
More information about the users
mailing list