redirectErrors and accessError

Laas Toom Laas.Toom at ut.ee
Wed Sep 4 09:00:54 EDT 2013


Hello!

I'm trying to set up central error handling for our SSO setup to easily apply branding, but can't seem to get accessErrors to be redirected.

When I use:

<Errors supportContact="me at example.com"
            access="accessError.html"
            redirectErrors="https://example.com/errors/" />

Then access errors are handled correctly by local accessError.html page and other errors are redirected (e.g. GET request to /Shibboleth.sso/SAML2/POST etc).

But when I remove the access attribute:

<Errors supportContact="me at example.com"
            redirectErrors="https://example.com/errors/" />

Then access errors are left for Apache to handle, while others still get redirected.

Is there a way to get access errors to be redirected?

Best regards
--
Laas Toom



More information about the users mailing list