Apps can’t make requests to Azure AD Graph APIs after February 1, 2025 – unless you take action to postpone the impact.
Updated Mar 12, 2025
Version 4.0krbash
"All new apps must use Microsoft Graph. New apps are blocked from using Azure AD Graph APIs, unless the app is configured to allow extended Azure AD Graph access"
It's the 5th of February, and I created an app registration on 3rd February 2025 with AAD Graph API access and I'm using it today. It has not been configured with the authenticaionBehaviors exception.
So I'm just wondering is the blocking of these apps slowly rolling out to tenants "starting" on 1st February 2025?
Is there a way for me to see the progress of the deprecation on my tenant?
I have not seen the "Migrate Applications from the retiring Azure AD Graph APIs to Microsoft Graph" recommendation show up yet even though from my KQL Query, I can clearly see the app is using the Azure AD Graph API. How often does the secure score recommendation assess the tenant?
AADServicePrincipalSignInLogs
| where TimeGenerated >= ago(4d)
| where ResourceDisplayName == "Windows Azure Active Directory"
| project TimeGenerated, AppId, ServicePrincipalName, ResourceDisplayName, ResultType