You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/05/17 20:36:10 UTC

[Bug 62382] New: Authorize Access checker to reply with a 302 code

https://bz.apache.org/bugzilla/show_bug.cgi?id=62382

            Bug ID: 62382
           Summary: Authorize Access checker to reply with a 302 code
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_fcgid
          Assignee: bugs@httpd.apache.org
          Reporter: x.guimard@free.fr
  Target Milestone: ---

Hello,

FcgidAccessChecker restricts response to 200, 401, 403 only. With a SSO system,
Access Checker should be able to reply with a 302 code to give SSO url.

I'm developer of https://lemonldap-ng.org a full SSO system. Until now, we use
a PerlAccessHandler to do this. We would like to replace our Perl Handler by an
external FastCGI server (to build a sort of SSOaaS, see
https://lemonldap-ng.org/documentation/2.0/ssoaas). But for now, we can't do it
with Apache since FcgidAccessChecker does not permits 302 redirection, neither
add headers to authorized queries.

Contact me if this is not clear (I'm not English native ;-))

Best regards,
Xavier

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org