Skip to content

Commit

Permalink
Use hard coded value for LOGIN_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 3, 2024
1 parent 833f280 commit 70bb131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_service/storage_service/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def get_oidc_secondary_providers(oidc_secondary_provider_names):
)

if not OIDC_ALLOW_LOCAL_AUTHENTICATION:
LOGIN_URL = "oidc_authentication_init"
LOGIN_URL = "/oidc/authenticate/"
AUTHENTICATION_BACKENDS = [
backend
for backend in AUTHENTICATION_BACKENDS
Expand Down

0 comments on commit 70bb131

Please sign in to comment.