Hi!
I'm working on custom PAM module which could be used as an authorization
support for authentication modules (e.g. ngx_http_auth_spnego_module) and I ran
into few problems. I'm not sure I fully get the interactions between and within
phases in nginx. My background is Apache HTTP Server so tha
Hi,
Look at module "auth_request"
(http://nginx.org/en/docs/http/ngx_http_auth_request_module.html).
Good working solution at the moment is to use auth_request module
together with some external auth-daemon.
You can avoid many problems, e.g. with async/sync handling etc.
Using that I have alr