AzureAD auth updates. Add auth backend to settings, add microsoft icon to fontcustom, add azuread support to login modal.

This commit is contained in:
Chris Church
2016-11-28 22:12:50 -05:00
parent 29cc5d0f2e
commit 2e8faeaf0d
14 changed files with 174 additions and 192 deletions

View File

@@ -260,6 +260,7 @@ AUTHENTICATION_BACKENDS = (
'social.backends.github.GithubOAuth2',
'social.backends.github.GithubOrganizationOAuth2',
'social.backends.github.GithubTeamOAuth2',
'social.backends.azuread.AzureADOAuth2',
'awx.sso.backends.SAMLAuth',
'django.contrib.auth.backends.ModelBackend',
)