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
It seems like the SAMLResponse is posted back to the requested ACS URL, even though the disableRequestAcsUrl flag is set. I would expect it to post to the invalid acsUrl.
Looking at the code, it seems like the getPostURL function that is passed to samlp does not take into account whether this flag is set, so the postUrl is always the requested ACS URL.
I'm happy to open a PR if this is a bug. And thanks for the library!
The text was updated successfully, but these errors were encountered:
I could be misunderstanding the
disableRequestAcsUrl
feature, or I could be testing it wrong, but it seems like it does not work as advertised.Here is my server file:
It seems like the SAMLResponse is posted back to the requested ACS URL, even though the
disableRequestAcsUrl
flag is set. I would expect it to post to the invalidacsUrl
.Looking at the code, it seems like the
getPostURL
function that is passed tosamlp
does not take into account whether this flag is set, so thepostUrl
is always the requested ACS URL.I'm happy to open a PR if this is a bug. And thanks for the library!
The text was updated successfully, but these errors were encountered: