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

Consistent correlation ID #2283

Closed SammyO closed 9 months ago

SammyO commented 9 months ago

Make correlation ID consistent throughout a flow, meaning all API request in a scenario should use the same correlation ID

Note: This PR doesn't contain tests that validate the correlation ID using the mock API. When we introduce automated tests on production environment, tests for correlation ID should be added.

PR for MSAL: https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/2007