A SimpleSAMLphp library for issuing attributes coming from a SAML Identity Provider. Currently supports SURFconext, eduGAIN, LinkedIn and Twitter.
composer install
yarn install
./build.sh
./install-simplesamlphp
- Move the simplesamlphp directory to your php root and set php root in
config.php
of saml_issuer - Add the API keys in simplesamlphp:
config/authsources.php
- Host both the
simplesamlphp/www
and thesaml_issuer
directory on a web server (the url ofsimplesamlphp/www
must be set as basepathurl inconfig/config.php
of simplesamlphp)