We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MSAL is starting to support CAE for MSI, in the 2 big scenarios:
The supporting APIs - WithClaims / WithClientCapabilities are already exposed to the ManagedIdentity app.
This request is to ensure Microsoft.Identity.Web correctly handles 401 responses - extracts claims and retries with Claims.
Similar work was done for confidential client #2616 by @pmaytak
The text was updated successfully, but these errors were encountered:
CC @gladjohn
Sorry, something went wrong.
gladjohn
No branches or pull requests
MSAL is starting to support CAE for MSI, in the 2 big scenarios:
The supporting APIs - WithClaims / WithClientCapabilities are already exposed to the ManagedIdentity app.
This request is to ensure Microsoft.Identity.Web correctly handles 401 responses - extracts claims and retries with Claims.
Similar work was done for confidential client #2616 by @pmaytak
The text was updated successfully, but these errors were encountered: