Hello,
I'm getting the follwing 2 errors in Integration Env:
Could you please help me to understand those errors and if you have any advise to fix them?
Thanks in advance for your help
219 [ajp-nio-8009-exec-7] ERROR com.appiancorp.security.auth.saml.SamlFilter - An internal error occurred while trying to authenticate the user.
org.springframework.security.authentication.InternalAuthenticationServiceException: Error while trying to extract SAML Auth Token
at com.appiancorp.security.auth.saml.SamlFilter.getSamlAuthenticationToken(SamlFilter.java:188)
at com.appiancorp.security.auth.saml.SamlFilter.attemptAuthentication(SamlFilter.java:90)
898 [ajp-nio-8009-exec-4] ERROR com.appiancorp.security.auth.saml.SamlFilterPredicate - Error extracting SAML message: null
java.lang.NullPointerException
at java.util.Objects.requireNonNull(Objects.java:203)
at java.util.Optional.<init>(Optional.java:96)
at java.util.Optional.of(Optional.java:108)
Discussion posts and replies are publicly visible
Hi
Did you try to verify the response from the IDP? The xml response payload is something you can start the investigation with. Sometimes this happens due to a certificate issue on the IDP side which is used to sign the assertion back to the browser ( SP ).