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

Add key to request the broker data #2159

Closed p3dr0rv closed 1 year ago

p3dr0rv commented 1 year ago

Add a key to request broker data

We are setting this key in ContentProviderStrategy so all MSAL, MWPJ and Broker API request, can update the broker information.

related PR https://github.com/AzureAD/ad-accounts-for-android/pull/2507

p3dr0rv commented 1 year ago

@rpdome, I wonder if we should also include the legacy WPJ? or just wait for multiple-wpj to be adopted, anyway this is just an optimization for edge cases

rpdome commented 1 year ago

@rpdome, I wonder if we should also include the legacy WPJ? or just wait for multiple-wpj to be adopted, anyway this is just an optimization for edge cases

no need to do for legacy wpj - as it doesn't use the new selection mechanism to begin with.