Skip to content

Commit

Permalink
switch to python-social-auth for okta
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed May 14, 2024
1 parent 9b39a66 commit 8c47756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def generate_url(scheme, double_slashes, user, password, host, port, path, param
AUTHENTICATION_BACKENDS = (
'social_core.backends.auth0.Auth0OAuth2',
'social_core.backends.google.GoogleOAuth2',
'dojo.okta.OktaOAuth2',
'social_core.backends.okta.OktaOAuth2',
'social_core.backends.azuread_tenant.AzureADTenantOAuth2',
'social_core.backends.gitlab.GitLabOAuth2',
'social_core.backends.keycloak.KeycloakOAuth2',
Expand Down

0 comments on commit 8c47756

Please sign in to comment.