vojir / Nette-ShibbolethAuthenticator

Simple extension for shibboleth authentication in Nette projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Simple extension for shibboleth authentication in Nette projects

License:Apache License 2.0


Languages

Language:PHP 100.0%