Skip to content

Commit 7f7770c

Browse files
committed
Fix proconnect urls
1 parent eb994d1 commit 7f7770c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docia/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
OIDC_CREATE_USER = True
158158
OIDC_RP_SIGN_ALGO = "RS256"
159159
OIDC_RP_SCOPES = "openid email given_name usual_name"
160-
OIDC_AUTHENTICATION_CALLBACK_URL = "oidc_authentication_callback_custom"
161160
# Specific to lasuite.oidc
162161
OIDC_OP_LOGOUT_ENDPOINT = OIDC_OP_BASE_URL + "session/end"
163162
OIDC_ALLOW_DUPLICATE_EMAILS = False

docia/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
path("", views.home, name="home"),
3131
path("login", auth_views.LoginView.as_view(), name="login"),
3232
path("t/", include(tracking_urls)),
33-
path("oauth2callback", OIDCCallbackClass.as_view(), name="oidc_authentication_callback_custom"),
3433
path("oidc/", include(oidc_urls)),
3534
path("magicauth/", include(magicauth_urls)),
3635
path("admin/", admin.site.urls),

0 commit comments

Comments
 (0)