• Stars
    star
    127
  • Rank 282,024 (Top 6 %)
  • Language
    PHP
  • Created over 13 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

NOT MAINTAINED - SSO authentication providers (Cas for now) for Symfony2

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.