Hi,
our intranet has SSO enabled with mod_auth_kerb and works fine.
But now we are planing to use some Thin clients without integrating
them into the kerberos domain. Of course the authenticaion fails
when accessing the drupal site, with a "401 Authorization Required"
error page.
I`ve tried to use a custom error page with a meta-refresh to redirect
to the drupal site. But unfortunately this redirects back to the sso
url.
Is there any way get this scenario to work (e.g. set a cookie within
the error page an redirect than, like a manual logout...)?
Thanks in advance!
Ralf
Comments
Comment #1
johnbarclay commentedComment #2
klavs commentedI choose to edit ldap_sso_boot function - to NOT redirect on /user - this way, one can go to /user and login as normally.
Then you could edit the redirect destination to /user in case of redirect - and emit a message about them needing to login manually.
Should't be more than a few lines of code.
Comment #3
larowlanno update for > 12 months - closing