ENT-944 Create SSOVerifications for users in tpa pipeline based on provider's settings

This commit is contained in:
Brittney Exline
2018-04-04 09:41:55 -04:00
parent 8c66d86704
commit f41bf2f409
6 changed files with 181 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ def apply_settings(django_settings):
'social_core.pipeline.social_auth.load_extra_data',
'social_core.pipeline.user.user_details',
'third_party_auth.pipeline.user_details_force_sync',
'third_party_auth.pipeline.set_id_verification_status',
'third_party_auth.pipeline.set_logged_in_cookies',
'third_party_auth.pipeline.login_analytics',
]