How do I capture the SAML response right before getting directed to the callback URL after login?
To illustrate:
I am sure there's a SAML response or a more informative URL right before user gets directed to "/App1/Entry.aspx". I believe this is where you can parse the response/URL for the user's permissions/details/etc. How do I capture the SAML response/informative URL right before getting directed to "/App1/Entry.aspx"?
Thanks!
Hi YS,The IdP receives the SAML AuthRequest on the /Idp/SSO.aspx page.
You can find the SAML payload stored in the SAML Logs screen of IdP.
Unfortunately, the SAML log tables are not public at the moment, so you won't be able to use its data on other applications.
Hi,
Maybe this helps.
I am using Auth0 and had the same error and I had a mismatch between:
IdP Server Issuer/Entity ID in Idp Server and Settings of the IdP component
and
Issuer of the SAML Protocol Configuration Parameters in Auth0.
Now its working fine.
Kind regards