Getting NullPointerException while validating SAML Assertion.

  • { "fault": { "faultstring": "NullPointerException", "detail": { "errorcode": "Internal Server Error" } } }
  • <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ValidateSAMLAssertion ignoreContentType="false" name="VS-ValidateSAML"> <DisplayName>VS-ValidateSAML</DisplayName> <Source name="request"> <Namespaces> <Namespace prefix="soap">http://schemas.xmlsoap.org/soap/envelope/</Namespace> <Namespace prefix="wsse">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd</Namespace> <Namespace prefix="saml">urn:oasis:names:tc:SAML:2.0:assertion</Namespace> </Namespaces> <XPath>/soap:Envelope/soap:Header/wsse:Security/saml:Assertion</XPath> </Source> <TrustStore>TrustStoreName</TrustStore> <RemoveAssertion>false</RemoveAssertion> </ValidateSAMLAssertion>
0 1 45
1 REPLY 1

Unfortunately I think more logs are required to figure out what's going on here. If this is on OPDK/Hybrid, please check your message processor system logs. If it's Cloud, please file a ticket with your org, env and proxy name and we can check for you.