besimple / sso-auth-bundle
SSO authentication your Symfony2 project
Package info
github.com/BeSimple/BeSimpleSsoAuthBundle
Type:symfony-bundle
pkg:composer/besimple/sso-auth-bundle
dev-master / 1.0.x-dev
2018-04-17 15:05 UTC
Requires
- php: >=5.3.3
- kriswallsmith/buzz: >=0.7,<=0.16.1
- symfony/framework-bundle: ~2.1|~3.0
- symfony/security-bundle: ~2.1|~3.0
- symfony/twig-bundle: ~2.1|~3.0
Requires (Dev)
- symfony/browser-kit: ~2.1
- symfony/css-selector: ~2.1
- symfony/expression-language: ~2.4
- symfony/filesystem: ~2.1
- symfony/form: ~2.1
- symfony/validator: ~2.1
- symfony/web-profiler-bundle: ~2.1
- symfony/yaml: ~2.1
This package is not auto-updated.
Last update: 2026-02-28 20:42:22 UTC
README
This bundle helps you to bring SSO authentication to your Symfony2 project.
It works in two ways:
- trusted: authentication is done against a known server (like with CAS)
- open: authentication is done with server of user's choice (like with OpenId)
Only CAS protocol is implemented for now, many other are planned.