Skip to content

Commit 2f6134f

Browse files
committed
config: Set proper logout URL for API Gateway
1 parent 0e51ade commit 2f6134f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@
13971397
# URL configuation
13981398

13991399
# Set to the URL that APISIX uses for logout.
1400-
MITOL_APIGATEWAY_LOGOUT_URL = "/logout"
1400+
MITOL_APIGATEWAY_LOGOUT_URL = "/logout/oidc"
14011401

14021402
# Set to the default URL the user should be sent to when logging out.
14031403
# If there's no redirect URL specified otherwise, the user gets sent here.

0 commit comments

Comments
 (0)