[Feature Request] Client capabilities support #197
Labels
Enhancement
A request or suggestion to improve some aspect of the library
SDK-Consistency
Items that deal with consistency between all MSALs
Smart Session Management (SSM) sometimes referred to as the long lived tokens (LLT) scenario require MSAL to allow developers to resolve challenges (formatted as claims request parameters) to be resolved silently rather than interactively. Current releases of MSAL assume that interaction is required whenever a claims request parameter is included in the request.
This change in behavior requires the client to indicate that it's aware of a new calling pattern relative to the use of MSAL.
See additional details of requirements in:
AzureAD/microsoft-authentication-library-for-dotnet#1545
API/Design details:
https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?path=%2FClientCapabilities%2Foverview.md&version=GBdev
Is your feature request related to a problem? Please describe.
Related internal work item:
https://identitydivision.visualstudio.com/Engineering/_workitems/edit/824806
The text was updated successfully, but these errors were encountered: