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 saml/slo url path #177

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Fix saml/slo url path #177

merged 1 commit into from
Apr 26, 2024

Conversation

piraveena
Copy link
Contributor

@piraveena piraveena commented Apr 26, 2024

Issue:
Fixes wso2/product-is#20275

Before this fix:
Since slo URL is given as identity/saml/slo, it fails to append the / in the commonauth endpoint. It redirects to https://wso2.is.com/t/carbon.superidentity/saml/slo?sessionDataKey=9eb7504d-83fd-4414-90d1-d7d786ee86dc endpoint and fails.

Screenshot 2024-04-26 at 10 16 59

SAML tracer:
Screenshot 2024-04-26 at 10 18 58

After this fix:

Screenshot 2024-04-26 at 10 15 32

GET https://wso2.is.com/t/carbon.super/identity/saml/slo?sessionDataKey=da6a2a49-523e-42e8-97fd-7c3207e67f5c HTTP/1.1

@CLAassistant
Copy link

CLAassistant commented Apr 26, 2024

CLA assistant check
All committers have signed the CLA.

@piraveena piraveena merged commit 46937ba into master Apr 26, 2024
3 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.

Redirects to error page after IdP sends logout request in SAML IdP initiated Logout flow.
3 participants