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).

Microsoft Graph REST API invalid client secret

I have the following POST call I need to make. However, even if I provided the right client id and …

azure curl office365api microsoft-graph-api azure-ad-graph-api
Find a User by Email Address

I'm trying find out if an email address is already taken in my Azure AD B2C directory. var token = …

c# azure azure-ad-b2c azure-ad-graph-api
Graph API: Either scp or roles claim need to be present in the token

I'm attempting to use MS Graph API to get a list of files/folders from OneDrive for Business. I've successfully …

onedrive microsoft-graph-api azure-ad-graph-api
Add claims into token Azure B2C

What are ways to include custom claims (user subscriptions or roles list as example) in a token before issuing it …

azure-ad-b2c azure-ad-graph-api
Paging in MS Graph API

Graph API Paging explains that the response would contain a field @odata.nextLink which would contain a skiptoken pointing to …

pagination microsoft-graph-api azure-ad-graph-api
Azure AD B2C Token Issue

As an enterprise, we would like to use Azure AD B2C and we have internal and external users. Azure …

azure azure-active-directory azure-ad-b2c azure-ad-graph-api
Azure AD appending '#EXT#' to UserPrincipalName

When we create a user in Active Directory using Graph API, some characters are appended to the username (#EXT#). This …

azure azure-active-directory azure-ad-graph-api azure-ad-b2c
Sending Bearer Tokens to Web API via Postman

Update I have been able to get a Bearer token using instructions from this thread Here are the instructions in …

asp.net-web-api jwt azure-ad-graph-api