Reputation: 13
I'm working with a third party application and I need to get a copy of the user directory from a clients Azure AD. I've searched the docs/google and had trouble finding a simple automated solution for syncing the user database.
Is there any way I can user LDAP to import a copy of the users to a third party solution, similarly to how it is done with on-premise AD?
Upvotes: 1
Views: 264
Reputation: 7728
"I need to get a copy of the user directory from a client's Azure AD" - if you want to import users from Azure, unfortunately user writeback is not currently supported. You can upvote the feature request below. The feature was removed back in 2015.
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-preview
Upvotes: 1