besimple/sso-auth-bundle

SSO authentication your Symfony2 project

Installs: 186 809

Dependents: 1

Suggesters: 0

Security: 0

Stars: 127

Watchers: 22

Forks: 76

Open Issues: 32

Type:symfony-bundle

dev-master / 1.0.x-dev 2018-04-17 15:05 UTC

This package is not auto-updated.

Last update: 2024-03-16 10:29:52 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.