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 36 forks source link

Return Family ID in LocalAuthenticationResult #2479

Closed rpdome closed 3 months ago

rpdome commented 3 months ago

So that OneAuth can use this as a signal to put FoCl token in TSL.

(LocalAuthenticationResult is the object the broker return to SDKs when acquireToken/acquireTokenSilent is invoked)

Validate via MSALTestApp + BrokerHost.