Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix portal login issue when using custom proxy paths #13269

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

SavinduDimal
Copy link
Contributor

Purpose

Description

When adding custom proxy path as described in [1], users could not login to any portals. This was due to logincontext URI was returning a 404 error due to the incorrect API context being added to the URL. This fixes this issue by resolving loginRequestPath correctly.

[1] - https://apim.docs.wso2.com/en/latest/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/adding-a-custom-proxy-path/

@SavinduDimal SavinduDimal merged commit 5c00b84 into wso2:master Dec 8, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The custom proxy-path is not working properly
2 participants