Anyone have any thoughts? Even if it's just to say "this isn't possible".
Cheers,
David
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,266934,267307#msg-267307
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinf
I'm working on an authentication module for nginx, namely the Shibboleth
auth module (https://github.com/nginx-shib/nginx-http-shibboleth). This
module is based off the core nginx auth_request module
(https://github.com/nginx/nginx/blob/master/src/http/modules/ngx_http_auth_request_module.c).
The
Maxim Dounin Wrote:
---
> For me it doesn't looks like what you do actually matches FastCGI
> Authorizer specification. Even if we ignore the fact that body
> isn't handled properly, and authorizer mode isn't advertized to
> FastCGI.
>
> Most
in module
itself at http://mdounin.ru/hg/ngx_http_auth_request_module, as I know this
will be useful to more than just me. For example, see the various posts and
questions surrounding this:
https://www.google.com/search?q=fastcgi+authorizer+nginx .
The latest version of my module lives at:
https://bitbucket.org/d
Maxim Dounin Wrote:
---
> What you are trying to do should be possible with
> NGX_HTTP_SUBREQUEST_IN_MEMORY - this way subrequest body will be
> available in memory instead of being sent to a client. But it's
> not currently supported for fa
I'm currently looking to extend the 'Auth Request'
(http://mdounin.ru/hg/ngx_http_auth_request_module/) Nginx add-on module and
have the module be able to conform (at least wherever possible) to the
FastCGI "Authorizer" specification. The full specification is at
http://www.fastcgi.com/drupal/node/