Merge pull request #12552 from whitej6/jlw-generic-oidc

Implement Generic OIDC Provider
This commit is contained in:
Jessica Steurer
2022-08-23 15:38:43 -03:00
committed by GitHub
21 changed files with 815 additions and 3 deletions

View File

@@ -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',