SAML Error - no enum constant

0
Is anyone familiar with this error message and how to resolve?  Configuring SAML in a Mendix 9.18.2 app. Thank you!   2023-02-03 10:15:37.601 ERROR - SAML_SSO: Error occurred while making request: No enum constant saml20.implementation.common.Constants.SAMLAction.login.html 2023-02-03 10:15:37.601 ERROR - SAML_SSO: Unable to validate Response, see SAMLRequest overview for detailed response. Error: No enum constant saml20.implementation.common.Constants.SAMLAction.login.html 2023-02-03 10:15:37.601 ERROR - SAML_SSO: java.lang.IllegalArgumentException: No enum constant saml20.implementation.common.Constants.SAMLAction.login.html  
asked
1 answers
0

See the documentation here: https://docs.mendix.com/appstore/modules/saml/ and look at part 2 installation and then the 3 bullet. I suspect that you emptied one of the constants. So check your domain model for these constants and check if you are deployed in the Mendix cloud if you have filled those constants.

 

Regards,

Ronald

 

 

answered