Skip to content

Commit

Permalink
fix url and scope
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 29, 2024
1 parent 76264b6 commit 985ebfe
Show file tree
Hide file tree
Showing 7 changed files with 186 additions and 187 deletions.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
MIDDLEWARE = DJANGO_MIDDLEWARE + THIRD_PARTIES_MIDDLEWARE + LOCAL_MIDDLEWARE

ROOT_URLCONF = "config.urls"
LOGIN_URL = "/openid_connect/authorize"
LOGIN_URL = "/pro_connect/authorize"
LOGIN_REDIRECT_URL = "/"
LOGOUT_REDIRECT_URL = "/"

Expand Down
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
urlpatterns = [
path("admin/", admin.site.urls),
# Inclusion Connect URLs.
path("openid_connect/", include(openid_connect_urls)),
path("", include(openid_connect_urls)),
# www.
path("", include(pages_urls)),
path("members/", include(forum_member_urls)),
Expand Down
Loading

0 comments on commit 985ebfe

Please sign in to comment.