Mendix SAML 2.0 Integration

0
Hello, We've observed an unexpected failure in our SAML 2.0 authentication process. We get the Authentication page from Azure on our App, However, it keeps failing at the login page. To provide context, we've examined our integration with Azure AD, and no modifications have been made. The error message we're encountering is as follows: "SAML_SSO: Unable to validate Response, please refer to the SAMLRequest overview for a detailed response. Error: The SAMLResponse parameter cannot be null." We have also checked our IDP configuration and nothing seems amiss, has anyone faced this issue before? The logs below:  2023-08-30 11:32:15.073 ERROR - SAML_SSO: Unable to validate Response, see SAMLRequest overview for detailed response. Error: SAMLResponse parameter cannot be null 2023-08-30 11:32:15.073 ERROR - SAML_SSO: java.lang.IllegalStateException: SAMLResponse parameter cannot be null     at saml20.implementation.common.HTTPUtils.extract(HTTPUtils.java:93)     at saml20.implementation.ArtifactHandler.handleRequest(ArtifactHandler.java:48)     at saml20.implementation.SAMLRequestHandler.processRequest(SAMLRequestHandler.java:165)     at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:46)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:76)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:73)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26)     at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:79)     at com.mendix.basis.impl.MxRuntimeImplBase.processRequest(MxRuntimeImplBase.java:857)     at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.java:42)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
asked
0 answers