Is it possible to enumerate all users and/or groups associated with an application role using Azure Active Directory Graph API? If not, is there a programmatic work-around (as opposed to using the Azure portal with AD Premium)?
I'm using the Microsoft.Azure.ActiveDirectory.GraphClient
Nuget
package which wraps the AD Graph API to fetch application roles associated with an application instance. Unfortunately the AppRole
object
doesn't include a method to fetch mapped principals.