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

Small fixes #2304

Closed rpdome closed 8 months ago

rpdome commented 9 months ago
  1. Introduces OneAuthSharedFunctions, and package com.microsoft.identity.common.sharedwithoneauth We'll start keeping interfaces that are also consumed by OneAuth here.

With a clear interface, the amount of "android msal team making an internal change and break oneauth" should gradually reduce in the long run.

(yes... I broke them again....)

(ps. I'm not moving all the shared code in this PR. That would introduce a major breaking change 🤣 )

  1. Introduced a more specific error code in AccountManagerBackupIpcStrategyTargetingSpecificBrokerApp