Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1011 Bytes

10_Overview.md

File metadata and controls

21 lines (15 loc) · 1011 Bytes

Single Sign On (SSO)

Members supports integration with third-party services for single sign on. Services like Google, Facebook etc. can be integrated and used as SSO providers for user registration and user login while Members will act as SSO client.

image

Dependencies

We're using the KnpUOAuth2ClientBundle which relies on league/oauth2-client.

Integration Types

There are two integration types: "Login" and "Connect". The login type comes with two sub workflows: "complete_profile" and "instant" Read more about the integration types here

Downsides

Currently, there is no oAuth1 Support.

Clean expired identities

By default, no identities get deleted after its expiration. However, you may want to enable the clean up listener.