aerialship / saml-sp-bundle
Symfony2 SAML2 authentication bundle
Installs: 115 349
Dependents: 0
Suggesters: 0
Security: 0
Stars: 65
Watchers: 9
Forks: 49
Open Issues: 7
Type:symfony-bundle
Requires
- php: >=5.4.1
- aerialship/lightsaml: ~1.0
- symfony/symfony: >=2.3 <2.8
Requires (Dev)
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: ~2.0
Suggests
- doctrine/mongodb-odm: If you want store sso state to mongodb
- doctrine/orm: If you want store sso state in relational database
This package is not auto-updated.
Last update: 2019-02-20 17:38:50 UTC
README
NEW VERSION
New version of this library is available in it's own organization lightsaml/sp-bundle supporting Symfony from version 2.3 to version 3.0. This old version of lightsaml will not be upgraded to support symfony versions newer then 2.7. More details on new version on LightSAML website.
It is recommended to upgrade to the new lightsaml/lightsaml version. Still, this old library will be kept maintained for a while with bug fixes, but no new features will be added.
The SamlSpBundle adds support for SAML 2.0 Service Provider in Symfony2. It provides security listener that can be configured to authenticate users against one or more SAML Identity Providers.
Included features:
- Federation Metadata XML
- Discovery Service
- AuthnRequest / Single Sign On Login
- LogoutRequest / Single Logout
- Http Post and Http Redirect Bindings
Documentation
Configuring/Implementing User Provider
CONTRIBUTING
SamlSpBundle is an open source project and is open for contributions. Please follow guidelines from Contributing and collaboration wiki page.
Credits
Thanks to FriendsOfSymfony/FOSUserBundle and formapro/FpOpenIdBundle open source projects that helped understand better how Symfony2 security works and learn how custom security extensions should be built.