stoakes/sso-auth-bundle

SSO authentication your Symfony2 and Symfony3 projects

Installs: 771

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 76

Type:symfony-bundle

v1.0.1 2017-01-31 15:58 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:57:25 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.