assembl.auth.social_auth module¶
The IdeaLoom-specific configuration of PythonSocialAuth
Find other users of the same email. One of them may be appropriate.
Taken from social_core.pipeline.social_auth.associate_by_email and rewritten
Give the list of available social auth providers. Includes multiple instances if a provider can have multiple servers. This currently includes SAML, and eventually wordpress. TODO: Should replace the login_providers config variable
Pre-parse certain settings for python_social_auth, then load it.
If the user has a an account with the default social provider, and that account has a logout URL, redirect there. Maybe the next argument should be carried?