/Nette-ShibbolethAuthenticator

Simple extension for shibboleth authentication in Nette projects

Primary LanguagePHPApache License 2.0Apache-2.0

Nette-ShibbolethAuthExtension

Simple authentication using Shibboleth

For usage, include into your config.neon:

    ShibbolethAuthenticator: Vojir\ShibbolethAuthExtension\DI\ShibbolethAuthExtension

and into .htaccess append:

AuthType shibboleth
Require shibboleth

RewriteRule ^Shibboleth\.sso.*$ - [L,NC]