oauth2-azure icon indicating copy to clipboard operation
oauth2-azure copied to clipboard

Azure Graph is being deprecated in June 2023. Please use Microsoft Graph.

Open fstark-fms opened this issue 2 years ago • 3 comments

https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/azure-ad-change-management-simplified/ba-p/2967456

https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview

Please remove the use of Azure Graph and force the use of the Microsoft graph, which you added as an option.

fstark-fms avatar Jan 24 '23 09:01 fstark-fms

+1 the deadline is closing fast even though we don't know when they will pull the plug for real.

Molkobain avatar Feb 23 '23 15:02 Molkobain

I don't think there's actually any hard dependency on Azure Graph API. Unless you are calling Azure Graph via API calls, which you still need to resolve on your own, since changing it for Microsoft Graph would be breaking as well. However I agree we should update the documentation (README), and once the service is defunct, we should release a new version which replaces graph.windows.net for graph.microsoft.com.

hajekj avatar Jun 07 '23 09:06 hajekj

There are user properties that I need to access that can only be gotten with graph.microsoft.com. So this library is making things difficult. I have spent all day trying to get this to work.

elmonty avatar Jun 28 '23 20:06 elmonty