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

Setting the correlation id for token request command #2413

Open SaurabhMSFT opened 5 months ago

SaurabhMSFT commented 5 months ago

This change has been moved out of PR https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2390 . NativeAuth is now using the SilentTokenCommand for requesting new tokens and performing token refresh. The correlation id from the account state object is used for sending the request.