vojir/nette-shibboleth-authenticator

Simple extension for Shibboleth authentication in Nette projects

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vojir/nette-shibboleth-authenticator

v1.3.4 2024-06-04 23:15 UTC

This package is auto-updated.

Last update: 2025-10-05 02:04:55 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]