mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
AzureAD auth updates. Add auth backend to settings, add microsoft icon to fontcustom, add azuread support to login modal.
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user