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
In assertionConsumerServiceUrl if URL contains & it is decoded to & . Consequently, AuthnRequest XML is invalid because contains & without encoding.
Some IdP can't parse the XML because it is invalid. This does not happens for OneLogin IdP.
In assertionConsumerServiceUrl if URL contains
&it is decoded to&. Consequently, AuthnRequest XML is invalid because contains&without encoding.Some IdP can't parse the XML because it is invalid. This does not happens for OneLogin IdP.