Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnoordhuis/ngx_http_auth_cas_module
CAS client for nginx
https://github.com/bnoordhuis/ngx_http_auth_cas_module
Last synced: about 1 month ago
JSON representation
CAS client for nginx
- Host: GitHub
- URL: https://github.com/bnoordhuis/ngx_http_auth_cas_module
- Owner: bnoordhuis
- Created: 2010-11-21T15:24:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-09T17:23:49.000Z (almost 14 years ago)
- Last Synced: 2024-04-15T02:37:11.207Z (7 months ago)
- Language: C
- Homepage: http://www.jasig.org/cas
- Size: 109 KB
- Stars: 24
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngx_http_auth_cas_module
This is a [nginx](http://nginx.org/) client for [JA-SIG CAS](http://www.jasig.org/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.