Experience with Azure AD provisioning

1
Hi all, Does anyone have experience with user provisioning from Azure Active Directory (as described here), to Mendix? I have seen the LDAP synchronization module, but that one only seems applicable for local implementations; not for Azure. Thanks! [EDIT] I am specifically looking for synchronization mechanisms, not for just-in-time provisioning as offered by the SAML module.
asked
1 answers
0

Yes, we have. You can use the SAML module. We've added some functionality to match saml assertions (AD groups) to user roles. The provisioning happens when the users logs in so it is not a sync of all users like with the LDAP module.

Be aware that your app needs to run on an https web server in order to be able to connect to azure ad.

answered