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

Mellon logout endpoint - ProviderID not found #86

Open
everderio opened this issue Nov 29, 2021 · 1 comment
Open

Mellon logout endpoint - ProviderID not found #86

everderio opened this issue Nov 29, 2021 · 1 comment

Comments

@everderio
Copy link

everderio commented Nov 29, 2021

I have succesfully configured mellon for IDP and SP
I can succesfully do the manual login /mellon/login?ReturnTo=/mysite
but when I call the logout function with /mellon/logoiut?ReturnTo=/logout.html I get the following error logged by apache:

[auth_mellon:debug] [pid 13264] auth_mellon_handler.c(278): [client 10.40.176.21:17383] loaded IdP "https://b2cpoc.onmicrosoft.com/" from "/etc/apache2/mellon/metadata.xml".
[auth_mellon:error] [pid 13264] [client 10.40.176.21:17383] Unable to create logout request. Lasso error: [-408] ProviderID not found

Thank you and kind regards

@ThemGit
Copy link

ThemGit commented Feb 7, 2023

try using the whole ReturnTo URL

https://mysite.com/mellon/endpoint/logout?ReturnTo=https://mysite.com/logout

Not sure if it's gonna help anyone so much later, but I had issues on this until I had the correct URL

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

No branches or pull requests

2 participants