AzureAD / azure-activedirectory-library-for-java

MIT License
161 stars 126 forks source link

Impact of Azure AD Graph API deprecation #321

Open sfc-gh-magupta opened 1 year ago

sfc-gh-magupta commented 1 year ago

Hi,

We use ADAL for AD authentication purposes and to get access tokens on storage accounts. We were recently approached by Microsoft support regarding deprecation of Azure AD Graph API and that this API will cease to exist from June next year.

I found a thread from MSFT online, which says that ADAL internally might be using Azure AD Graph API. So Can you please provide clarity on the impact we will have on ADAL library from deprecation of Azure AD Graph? Are there any components/parts of ADAL which uses Azure AD Graph API and they will be impacted by this?

Thanks!