Merge pull request #420 from wwitzel3/release_3.2.0

Merge pull request #161 from wwitzel3/devel
This commit is contained in:
Wayne Witzel III
2017-09-18 09:54:54 -04:00
committed by GitHub
3 changed files with 33 additions and 1 deletions

View File

@@ -497,7 +497,7 @@ else:
}
# Social Auth configuration.
SOCIAL_AUTH_STRATEGY = 'social.strategies.django_strategy.DjangoStrategy'
SOCIAL_AUTH_STRATEGY = 'awx.sso.strategies.django_strategy.AWXDjangoStrategy'
SOCIAL_AUTH_STORAGE = 'social.apps.django_app.default.models.DjangoStorage'
SOCIAL_AUTH_USER_MODEL = AUTH_USER_MODEL # noqa
SOCIAL_AUTH_PIPELINE = (