Skip to content

nginx-modules/ngx_http_auth_cas_module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

ngx_http_auth_cas_module

This is a nginx client for JA-SIG CAS, a popular enterprise single sign-on solution.

Compiling

nginx does not support dynamic loading of modules so you need to add this module to nginx's build time dependencies.

cd /path/to/nginx-source
./configure --add-module=/path/to/ngx_http_auth_cas_module
make install

Configuration

This module is undergoing active development and its configuration options haven't quite stabilized yet.