Map fullname from SAML into mendix

0
Hello    I need to map Full Name from SAML response to Account attribute in Account table. I understand from document that it can be done by adding a claim in user provisioning. Could you guide me how can I do that. What is Name Format field.  Note: We implemented mendix okta integration   Thanks 
asked
1 answers
0

Goto the IdP configuration and in the tab mapping tab IdP attributes select Name ID. Now in the tab application attribute select Administration.Account and then the Name. If Okta did their setup on their end right (they should set the claim in their setup) the setup will try to find the account. I always use Firefox with the SAML tracer plugin to check if the SAML configuration is correct.

Regards,

Ronald

 

answered