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

Remove RT from AAD token responses #2483

Closed rpdome closed 1 month ago

rpdome commented 2 months ago

This change would kick in only if the OneAuth/MSAL side has the maximum hello() protocol version >= 16.0 AND the flight is enabled.

Otherwise, AAD RT would still be returned.

(No change if the caller is ADAL, or older versions of MSAL/OneAuth)