Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 620 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 620 Bytes

SSO authentication for Symfony2

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.