nginxinc / nginx-ldap-auth

Example of LDAP authentication using ngx_http_auth_request_module
BSD 2-Clause "Simplified" License
681 stars 202 forks source link

Add SSL noverify and group membership #38

Closed garethhumphriesmoh closed 5 years ago

garethhumphriesmoh commented 6 years ago

Add an SSL noverify option to allow use of self-signed certificates. Add Group membership query and response to allow authorization in addition to authentication

vl-homutov commented 5 years ago

There are many ways to deal with groups during authentication/authorization, and adding specific one is not good for everyone. This is a reference implementation that tries to provide simple base for building your own.