SAML Error while logging in via sso

0
Hi I am facing ths issue when I am trying to login in with sso and not sure what settings has to be done from mendix end to solve this. Authentication was successful but your account could not be setup in the current application with provided information
asked
1 answers
0

Is the SSO module allowed to create users? If so what info is provided in the SAML message? As you probably know you can pass extra data in the SAML message that you can use to either retrieve the right user or create a new user if none can be found. This error tells you that not all the necesarry info was provided to create the user. Double check your microflow that is triggered for this routine and compare it with the data in the SAML response you got.

Regards,

Ronald

 

answered