SSO Login Failure: Description Member Name Error in Administration.Account Object

0
I'm encountering an SSO authentication error in my Mendix application. When attempting to log in with the user 'ssotest@xyz.com', I receive the following error message: "Could not create a session for the provided user principal: The given member name 'Description' has no corresponding member in this object of type Administration.Account" I have added 'Email' and 'Name' attributes in the Available Attributes section, However, these attributes are not being recognized or mapped during the SSO login process, resulting in the error about missing 'Description' member in Administration.Account.   Has anyone encountered a similar issue or can provide guidance on resolving this SSO integration problem
asked
2 answers
0

Does your user role have access to the object? And check with MxModel Reflection refresh your module or not?

answered
1

It is not wise to add your own attributes to the standard modules because when updating those modules you loose all your changes. And do note that a user has an account not is an account. So the object where you store your user details should have a reference to the account object. Then make sure that you do your import mapping to that object instead of adding your own fields to the account object.

Regards,

Ronald

 

answered