vojir/nette-shibboleth-authenticator

Simple extension for Shibboleth authentication in Nette projects

v1.3.3 2023-10-24 23:30 UTC

This package is auto-updated.

Last update: 2024-04-25 00:41:25 UTC


README

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]