SAML20 SSO with Okta : Getting error while using SSO with Mendix app

0
I am getting below error fetched from the logs while trying to login the app using SAML SSO. Error :  2021-12-06T12:42:42.761099885Z INFO - SAML_SSO: RelayState..:_571638ab-db3b-43f0-8d0f-8d49e859e17b 2021-12-06T12:42:42.791072509Z INFO - SAML_SSO: Validation is successful 2021-12-06T12:42:42.791107412Z INFO - SAML_SSO: Validation is successful 2021-12-06T12:42:42.897338343Z INFO - SAML_SSO: Failed: No user roles found for the provided user 'myusername@domain.com' 2021-12-06T12:42:43.052469540Z ERROR - SAML_SSO: Unable to validate Response, see SAMLRequest overview for detailed response. Error: No user roles found for the provided user. 2021-12-06T12:42:43.052536045Z ERROR - SAML_SSO: saml20.implementation.SAMLFeedbackException: No user roles found for the provided user.   Please find below screenshot of the error I am getting on the UI
asked
1 answers
0

Is the user already present in your Mendix app? if so double check the user role you gave to that account. Or do you allow the IdP to create the user? And if so did you give the right user role to that person while creating that user? You should check your SAML settings and the microflow that creates the user.

Regards,

Ronald

 

answered