Skip to content

Commit c810458

Browse files
authored
Merge pull request #4831 from openlibhums/patch-oidc-config
Fixes the default OIDC backend.
2 parents e82088a + 7ce1359 commit c810458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/janeway_global_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ def __len__(self):
584584

585585
if ENABLE_OIDC:
586586
AUTHENTICATION_BACKENDS = (
587-
"mozilla_django_oidc.auth.OIDCAuthenticationBackend",
588587
"django.contrib.auth.backends.ModelBackend",
588+
"utils.oidc.JanewayOIDCAB",
589589
)
590590

591591
CORE_FILETEXT_MODEL = "core.FileText"

0 commit comments

Comments
 (0)