Skip to content

iij/ngx_auth_mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Japanese documents is here.

ngx_auth_mod

ngx_auth_mod is a set of modules that provides authentication processing for nginx auth request module.

Getting started

See the Getting Started document.

Module specifications

ngx_ldap_auth

ngx_ldap_auth is a module that authenticates entities using the LDAP bind operation.

The LDAP authentication process provided by ngx_ldap_auth is shown in the diagram below.

ngx_ldap_auth diagram

Read more ngx_ldap_auth specification.

ngx_ldap_path_auth

ngx_ldap_path_auth is a module that authenticates entities using the LDAP bind operation, and authorizes based on the file path.

The LDAP authentication process and authorization process using the group information provided by ngx_ldap_path_auth is shown in the diagram below.

ngx_ldap_path_auth diagram

Read more ngx_ldap_path_auth specification.

ngx_header_path_auth

ngx_header_path_auth is a module that uses the username and filepath passed in the HTTP headers for authorization processing.

The authorization process using the group information provided by ngx_header_path_auth is shown in the diagram below.

ngx_header_path_auth diagram

Read more ngx_header_path_auth specification.

ngx_ldap_path2ldap_auth

ngx_ldap_path2ldap_auth is a module that authenticates entities using the LDAP bind operation, and authorizes by file path and LDAP information.

The LDAP authentication process and authorization process using the LDAP information provided by ngx_ldap_path2ldap_auth is shown in the diagram below.

ngx_ldap_path2ldap_auth diagram

Read more ngx_ldap_path2ldap_auth specification.

check_ldap

check_ldap is a command to check the operation of LDAP authentication process using the ngx_ldap_auth or ngx_ldap_path_auth configuration file.

check_ldap diagram

Read more check_ldap specification.

ngx_simple_auth

ngx_simple_auth is a module that authenticates with the account information in the configuration file.

ngx_simple_auth diagram

ngx_simple_auth authenticates without external data, so it can be used to check nginx auth request module configuration.

Read more ngx_simple_auth specification.