besimple / sso-auth-bundle
SSO authentication your Symfony2 project
Installs: 187 856
Dependents: 1
Suggesters: 0
Security: 0
Stars: 125
Watchers: 22
Forks: 74
Open Issues: 32
Type:symfony-bundle
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: 2024-10-26 14:10:06 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.