AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Remove dependency on azure-identity module #2397

Closed iamgusain closed 6 months ago

iamgusain commented 6 months ago

In my previous change I used azure-identity to do cert based auth for lab app, which internally uses msal4j. In this change I am removing the dependency on azure-identity and directly using msal4j which we already have.