Re: PerlFixupHandler doesn't run after authz phase returns HTTP_UNAUTHORIZED

2010-09-24 Thread Torsten Förtsch
On Friday, September 24, 2010 02:33:35 Kim Goldov wrote: > However, it seems that the fixup phase does not run after an > authorization hook or handler returns HTTP_UNAUTHORIZED or REDIRECT. Any handler returning an error aborts the transaction. > Is there a way around this, or is there another h

PerlFixupHandler doesn't run after authz phase returns HTTP_UNAUTHORIZED

2010-09-23 Thread Kim Goldov
I've written a module, "auth_any" that allows a user to be authenticated by any mechanism including OpenID (Google), Basic auth, LDAP, or Shibboleth (Protect Network). My PerlAuthenticationHandler checks for a cookie, and if not found, redirects to a page containing a list of links for each auth me