Azure Graph API -


even though i've added apps gallery azure ad, cannot see when try pull data. can see custom apps added. if i've added 7 apps; 2 gallery(google docs, 1 drive) & 5 custom(native/web apps); able see 5 apps! going wrong where? graph api using is:

https://graph.windows.net/mycustomad.onmicrosoft.com/applications?api-version=beta 

i tried different api versions no luck. can suggest me on this?

in graph api, "applications" represent application configuration developers register in tenant. gallery apps no different (and happen registered in special tenant). when acquire application (like gallery app, or consent custom application else has developed), application instance gets created in tenant can attach policy , permissions it. application instance called "service principal".

you can query using: https://graph.windows.net/mycustomad.onmicrosoft.com/serviceprincipals?api-version=1.5

this return acquired apps, , default microsoft apps.

hope explains why query of application entity shows custom apps you've registered in tenant.

hope helps


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -