You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did read the Proxy Doc but its not the Server name that is different, its the URL (path) of the request.
I will try this with the HttpRequest.
I would love to contribute this to the Project. But unfortunately im not a native Java Programmer im just using the library as jar file in another Programming language.
I'm trying to consume a Logout Request from the IdP. Im not able to validate the Request due to the proxy we are using in our frontend Server.
"The LogoutRequest was received at https://site.local/site_name/index.cfm instead of https://site.local/sso.slo_consume".
We did get the auth Response working because we have an constructor there where we can pass the "currentUrl".
authn. public SamlResponse(Saml2Settings settings, String currentUrl, String samlResponse).
Is there any way for the Logout Request to archieve something similar?
Thanks for any hint
Rolf
The text was updated successfully, but these errors were encountered: