Questions tagged [azureadgraph-deprecation]

7 questions
3
votes
1 answer

Does Microsoft Graph API support change notifications with Azure AD B2C?

I'm trying to get change notifications for users to work with my application connected to Azure AD B2C. I followed the following tutorial and the subscription is created successfully but I never get any change…
1
vote
1 answer

ADAL to MSAL - Insufficient privileges to complete the operation

I have a scenario where I need to add an application to a security group from a DevOps pipeline. I have the following scenario that is working just fine: in pipeline I have the following powershel script: if (!((Get-AzADGroupMember -ObjectId…
1
vote
1 answer

Azure AD Graph vs. MS Graph Application.ReadWrite.All

I have a service principal I've setup for my DevOps pipeline which I use to create service principals/apps for use by services I'm deploying via Azure CLI as follows: az ad sp create-for-rbac --name TestAccount1 --skip-assignment If I assign the…
0
votes
1 answer

Does MS Graph API support Identity Protection Policies?

Although there are many MS Graph/AAD Graph API gaps that Microsoft does not document, I am trying to figure out if the Identity Protection Policy APIs is one of them. The Azure Portal uses this AAD endpoint to manage identity protection policies…
Jeff
  • 35,755
  • 15
  • 108
  • 220
0
votes
0 answers

Azure AD Graph API returns Unsupported Query for signin activity

We are using Azure AD Graph API for collecting signin logs from Azure AD. Suddenly we are not able to use Azure AD Graph API for getting signin logs from Azure AD Activity Log API :…
0
votes
2 answers

Microsoft Graph API support for applicationRefs information

The Azure port still uses the Azure AD Graph API in some places. One thing it uses this for is to list API permissions. For this, the portal uses the REST API target GET…
0
votes
2 answers

Return value in the response from addKey in Microsoft Graph REST API v1.0

When running a POST with addKey using the old Azure AD Graph API (v1.6), https://graph.windows.net/tenant_id/applications/app_oid/addKey?api-version=1.6, I get a response body with a return value containing the keyId of the newly created…