swisscom/simplesamlserviceprovider
composer require swisscom/simplesamlserviceprovider
Neos Flow package containing a SAML service provider based on SimpleSAMLphp.
2.0.1
Readme excerpt
Swisscom.SimpleSamlServiceProviderNeos Flow SAML authentication package containing a SAML service provider based on SimpleSAMLphp.
InstallationFirst, install this package via composer. It will add simplesamlphp/simplesamlphp as dependency.
Several configuration steps have to be done:
- Create symlink Web/simplesamlphp -> ../Packages/Libraries/simplesamlphp/simplesamlphp/www
- Patch the Apache .htaccess configuration to not rewrite simplesamlphp and set the SIMPLESAMLPHP_CONFIG_DIR environment var.
- Copy the example config structure to the SIMPLESAMLPHP_CONFIG_DIR under Configuration/SimpleSamlPhp/
This steps can be performed via …
Read more
The same vendor provides 7 package(s).