- Issue created by @kaustubhb
- 🇮🇳India kaustubhb Mumbai
I have created a patch to upgrade the module to use the new Microsoft graph api and discard the old one
We came across a client which is using this module for SSO and from the 1st of Feb 2025 the old windows.net apis are deprecated and will be completely downed by the end of June 2025. as per following documentation by Microsoft
https://techcommunity.microsoft.com/blog/microsoft-entra-blog/action-req...
As a result we have move to new apis from Microsoft to fulfill the requirement, we will have to port from old apis to new apis here is the document of difference of the APIs requests
https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-request-d...
Full document:
https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-audit-api...
Upgrade the graph apis from windows to microsoft and update the api calls for those graph api through out the module
We will update the api calls from Windows Azure Ad graph apis to Microsoft Graph as per following document
https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-request-d...
Active
1.0
Code
Changes an existing API or subsystem. Not backportable to earlier major versions, unless absolutely required to fix a critical bug.
I have created a patch to upgrade the module to use the new Microsoft graph api and discard the old one