Replicate data from Azure-Active-Directory to sql database -
maybe can find solution deep inside developer documetation found here. not on surface, hope can ask following question.
we replicate data on-premise active-directory our database store users, groups, units , configure features- , role-permissions our applications. can't (at least not start scratch) authorize features calling azure-active-directory api know if possible replicate needed objects azure-ad can ad?
if yes, if has link reference make day while continue seek information.
thanks.
yes, able replicate data azure ad through azure ad graph rest. azure ad different active directory on-premise. example, there no organizational units.
you can check exposed object in azure active directory via link below:
entity , complex type reference | graph api reference
and started azure ad graph rest, can refer azure active directory graph api. since microsoft working on microsoft graph, if there no such object in azure ad graph rest, may check microsoft graph rest.
Comments
Post a Comment