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

Translate MFA token error to UIRequiredException instead of ServiceException, Fixes AB#3090086 #2538

Closed nilo-ms closed 1 week ago

nilo-ms commented 2 weeks ago

When MFA is required, the token error response was previously translated to a ServiceException instead of a UIRequiredException. With this update, the token error will be translated to a UIRequiredException when MFA is required. Customization of native authentication error descriptions will only occur when the native authentication interface is being used.

AB#3090086

github-actions[bot] commented 2 weeks ago

❌ Work item link check failed. Description does not contain AB#{ID}.

Click here to Learn more.