-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Client capabilities support #1545
Comments
CC: @jmprieur |
I investigated this based on the specs and impl of MSAL for Android. To support just client capabilities we would need to: Support for Client Capabilities
To support a fully typed API for claims
Open questions / bugs
|
~1 week of work (with normal disruption schedule) |
Further clarifications from Shane
|
This was referenced Feb 18, 2020
This is done with the exception of #1651 - I do not know the broker protocol to fix this properly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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: