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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -