Not able to do SSO on mendix cloud

0
Hello,   I Implemented the SAML2.0 in mendix app, the app is deployed on mendix cloud. Also, did the adfs configuration and it is working i am able to fetch the user info from AD but when i tried to login using SSO i get the error the authentication was successfull but there is no account available in the application. I also created the account in the application. Still getting the error.   Please suggest some solution to fix this error
asked
1 answers
0

Hi Kiran

SAML module retrieve the Mx User object by using UserPrinciple attribute.

could you verify which Entity attribute configured as   UserPrinciple attribute and its value?

answered