vojir/nette-shibboleth-authenticator

用于Nette项目的Shibboleth身份验证的简单扩展

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

This package is auto-updated.

Last update: 2024-09-04 23:54:55 UTC


README

使用Shibboleth进行简单身份验证

使用时,将其包含在config.neon中

    ShibbolethAuthenticator: Vojir\ShibbolethAuthExtension\DI\ShibbolethAuthExtension

并在.htaccess中追加

AuthType shibboleth
Require shibboleth

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