berduj / sso-auth-bundle
SSO authentication your Symfony3/4 project
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 74
Type:symfony-bundle
Requires
- php: >=5.3.3
- kriswallsmith/buzz: >=0.7,<=0.16.1
- symfony/framework-bundle: ~2.1|~3.0|~4.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 auto-updated.
Last update: 2024-10-29 05:16:41 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.