berduj/sso-auth-bundle

SSO authentication your Symfony3/4 project

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 76

Type:symfony-bundle

dev-master / 1.0.x-dev 2018-10-30 10:03 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:06 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.