ngx_http_auth_pam_module icon indicating copy to clipboard operation
ngx_http_auth_pam_module copied to clipboard

Add variable expansion support to 'realm'

Open yadutaf opened this issue 4 years ago • 0 comments

With "realm" supporting variable expansion, it becomes possible to conditionally disable PAM based authentication when some other conditions are valid. Typically, this allows to support both certificate based authentication for internal services while falling back on PAM based authentication for humans.

This commit is based on upstream Nginx basic auth implementation.

yadutaf avatar Jul 24 '20 09:07 yadutaf