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 Jun 21, 2024
1 parent 2c5d278 commit 908d443
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 @@ -486,7 +486,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 908d443

Please sign in to comment.