PHP code example of gauss-allianz / shibboleth-authentication-bundle
1. Go to this page and download the library: Download gauss-allianz/shibboleth-authentication-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
gauss-allianz / shibboleth-authentication-bundle example snippets
location ~ \.php(/|$) {
internal;
fastcgi_param Shib-Identity-Provider "myProvider";
fastcgi_param mail "[email protected]";
fastcgi_param Shib-Session-ID "SessionABC123";
fastcgi_param Shib-Application-ID "nameOfYourShibbolethApplication";
}