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

Fix client Discovery #2213

Closed rpdome closed 1 year ago

rpdome commented 1 year ago
  1. In BrokerDiscoveryClient, only call setShouldUseAccountManagerForTheNextMilliseconds() when we cannot get an active broker from ipc mechanism.
  2. In BrokerDiscoveryClientFactory, separate instances for clientSdk (MSAL) and brokerSdk (WPJ API, Broker API)