Azure Graph is being deprecated in June 2023. Please use Microsoft Graph.
Opened this issue · 3 comments
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.
+1 the deadline is closing fast even though we don't know when they will pull the plug for real.
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.
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.