stoakes / sso-auth-bundle
SSO authentication your Symfony2 and Symfony3 projects
Package info
github.com/Stoakes/BeSimpleSsoAuthBundle
Type:symfony-bundle
pkg:composer/stoakes/sso-auth-bundle
v1.0.1
2017-01-31 15:58 UTC
Requires
- php: >=5.3.3
- kriswallsmith/buzz: >=0.7,<1.0-dev
- 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-03-01 04:24:57 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.