Synchronise New User from Azure to Current User in Mendix Apps

0
Hi, I would like to do something as per below :  When user use the SSO link to login into Mendix app, i would like the system to sync the new user with the existing user. I have configured the custom user provisioning microflow but did not success.  
asked
1 answers
0

This is already possible. You need to correct your user provisioning. You can do this in your SAML configuration. The email you receive in the SAML response needs to go to the "Name” and "Email” attribute if you're using email address as the username.

If you're using another property (like I see in the image the part of email address before the "@domain.com”) as the username, you need to use the xml tag of that property in user provisioning OR use custom user provisioning to find the correct account and update it with properties from SAML response and log your user in.

Hope this helps

answered