AzureAD / microsoft-authentication-library-for-objc

Microsoft Authentication Library (MSAL) for iOS and macOS
http://aka.ms/aadv2
MIT License
262 stars 142 forks source link

Refresh token, customise MFA required error description #2322

Closed nilo-ms closed 1 month ago

nilo-ms commented 1 month ago

Proposed changes

This PR depends on https://github.com/AzureAD/microsoft-authentication-library-for-objc/pull/2319

When MFA is required during a call to /token with grant_type=refresh_token, we need some native auth specific handling to inform developers on how to handle this error.

Type of change

Risk