mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 21:49:24 -02:30
Merge pull request #12552 from whitej6/jlw-generic-oidc
Implement Generic OIDC Provider
This commit is contained in:
@@ -379,6 +379,7 @@ AUTHENTICATION_BACKENDS = (
|
||||
'social_core.backends.github_enterprise.GithubEnterpriseOAuth2',
|
||||
'social_core.backends.github_enterprise.GithubEnterpriseOrganizationOAuth2',
|
||||
'social_core.backends.github_enterprise.GithubEnterpriseTeamOAuth2',
|
||||
'social_core.backends.open_id_connect.OpenIdConnectAuth',
|
||||
'social_core.backends.azuread.AzureADOAuth2',
|
||||
'awx.sso.backends.SAMLAuth',
|
||||
'awx.main.backends.AWXModelBackend',
|
||||
|
||||
Reference in New Issue
Block a user