We are trying to forward email from SDP (Auth0) to IDP by adding ‘login_hint’ when connecting to Microsoft Azure AD - for SAML Enterprise connection, as suggested in this post, but this isn’t working.
Error:
AADSTS7500525: There was an XML error in the SAML message at line 1, position 529. Verify that the XML content of the SAML messages conforms to the SAML protocol specifications.
We also tried decoding SAML Request to XML. XML format is correct. Is this issue specific to IDP?