nginx-shib / nginx-http-shibboleth

Shibboleth auth request module for nginx
https://github.com/nginx-shib/nginx-http-shibboleth/wiki
Other
209 stars 27 forks source link

Remove the shib_authorizer flag on the config, update readme #3

Closed davidjb closed 9 years ago

davidjb commented 9 years ago

Now this is a separate module, the extra configuration flag is unnecessary, since we know we always want to operate in authorizer mode. Superfluous code from the original auth_request module has been removed.

Existing configuration with shib_authorizer=yes must be updated to remove this flag or Nginx will error on starting.

This updates the readme as well to reflect this change.