Use this tag for Azure AD Graph API (see link [1] in details below) related questions (not Microsoft Graph).
When trying to access the Graph Service Client using I am receiving the error : Code: Authorization_RequestDenied Message: Insufficient privileges …
c# azure permissions azure-active-directory azure-ad-graph-apiI have two applications registered under the Azure Portal: a test version and a production version. My test App works …
azure web-applications asp.net-mvc-5 azure-web-app-service azure-ad-graph-apiI am authenticating users of my web api against Azure Active Directory. Now I want to get a list of …
.net azure-active-directory adal azure-ad-graph-apiI have previously been adding users programmatically using Active Directory Authentication Library (ADAL), but now I need to define "signInNames" (= …
c# adal azure-ad-graph-apiI've setup an application in Azure AD Premium and made user assignment required to access the application. I've added custom …
azure azure-ad-graph-api azure-active-directoryAccording to this documentation: Application and Service principal are clearly two different things. Application is the global identity and Service …
azure-active-directory azure-ad-graph-api azure-authentication azure-securityI'm trying to retrieve the policies created for my tenant on the Azure AD portal using the Microsoft Graph API. …
microsoft-graph-api azure-ad-graph-apiI have 3 websites using a single B2C tenant. I have been asked to set it up so that when …
azure azure-ad-b2c azure-active-directory azure-ad-graph-apiI am working with Microsoft Graph to manage Azure AD users and am having some trouble accessing extension properties on …
microsoft-graph-api azure-ad-graph-apiI have an MVC application that needs to access private API App in Azure that is protected with Azure AD …
c# azure azure-active-directory azure-ad-graph-api azure-api-apps