Top "Azure-ad-graph-api" questions

Use this tag for Azure AD Graph API (see link [1] in details below) related questions (not Microsoft Graph).

Graph API - Insufficient privileges to complete the operation

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-api
AADSTS50012: Invalid client secret is provided when moving from a Test App to Production

I 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-api
Get a list of groups that Azure AD user belongs to in claims

I 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-api
Create a new user in Azure Active Directory (B2C) with Graph API, using http post request

I have previously been adding users programmatically using Active Directory Authentication Library (ADAL), but now I need to define "signInNames" (= …

c# adal azure-ad-graph-api
Get Azure Active Directory application users and roles

I'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-directory
Azure: Service Principal ID vs Application ID

According 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-security
Microsoft Graph API: 403 Forbidden error when trying to retrieve policies on tenant

I'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-api
Azure AD B2C - Sign out a user from all sessions

I 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-api
Get Extended Properties on User using Microsoft Graph

I 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-api
Unable to get bearer token from Azure AD to use with API App

I 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