Hello, we were informed that Microsoft is phasing out the Azure AD API (https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview). Our application uses this package "in the default configuration", therefore, we do make requests to the deprecated API endpoint because: https://github.com/TheNetworg/oauth2-azure/blob/master/src/Provider/Azure.php => Line 60 ``` public $urlAPI = 'https://graph.windows.net/'; ``` Can I just change this URI? Will everything break? :) Thanks, Ralf
Hello,
we were informed that Microsoft is phasing out the Azure AD API (https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview). Our application uses this package "in the default configuration", therefore, we do make requests to the deprecated API endpoint because:
https://github.com/TheNetworg/oauth2-azure/blob/master/src/Provider/Azure.php => Line 60
Can I just change this URI? Will everything break? :)
Thanks,
Ralf