Skip to content

Commit

Permalink
set oidc instead of keycloak for redirect on view
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-nca committed Mar 14, 2024
1 parent fb7ee48 commit 195e10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/user/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def login_view(request):
elif settings.GITLAB_OAUTH2_ENABLED:
social_auth = 'gitlab'
elif settings.KEYCLOAK_OAUTH2_ENABLED:
social_auth = 'keycloak'
social_auth = 'oidc'
elif settings.AUTH0_OAUTH2_ENABLED:
social_auth = 'auth0'
elif settings.GITHUB_ENTERPRISE_OAUTH2_ENABLED:
Expand Down

0 comments on commit 195e10c

Please sign in to comment.