Issue
When logging in with SAML SSO, the login fails and the following error appears:
ERROR - Connector: 404 - file not found for file: SubmitLoginFormEnvironment
SAML module (all versions)
Cause
The SAML20.Startup microflow is not correctly configured to the application's after-startup microflow. This microflow will initialize the custom request handler /SSO/, validate all IdP configurations, and prepare the configuration entities required during the configuration.
Solution / Workaround
To resolve this issue, ensure that the SAML20.Startup microflow is correctly configured (as part) of the application's after-startup microflow. Follow the steps below:
- Open the Mendix application in Mendix Studio Pro.
- Navigate to App Settings > Runtime tab.
- Locate the After startup microflow setting.
- Ensure that
SAML20.Startupis included in the after-startup microflow. - Redeploy the application and verify that users can successfully log in via SAML SSO authentication.
Internal information related
278711, 263183, 239275
Additional information
Mendix documentation: SAML Installation and Configuration
0 Comments