Bump MSAL to 4.83.1 and re-enable Managed Identity CAE tests#3746
Merged
Bump MSAL to 4.83.1 and re-enable Managed Identity CAE tests#3746
Conversation
Co-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Microsoft.Identity.Client to version 4.83.1 and re-enable tests
Bump MSAL to 4.83.1 and re-enable Managed Identity CAE tests
Mar 11, 2026
gladjohn
approved these changes
Mar 11, 2026
bgavrilMS
approved these changes
Mar 13, 2026
This was referenced Mar 23, 2026
deps(nuget): Bump the microsoft-packages group with 8 updates
Ellerbach/azure-ai-search-simulator#80
Open
Open
github-actions bot
pushed a commit
to EelcoLos/nx-tinkering
that referenced
this pull request
Mar 23, 2026
Updated [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 4.5.0 to 4.6.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Identity.Web's releases](https://github.com/AzureAD/microsoft-identity-web/releases)._ ## 4.6.0 ## What's Changed * Move boilerplate code skills to IdWeb, and add Aspire DevApp demonstrating Blazor authentication components by @Copilot in AzureAD/microsoft-identity-web#3721 * Bump MSAL to 4.83.1 and re-enable Managed Identity CAE tests by @Copilot in AzureAD/microsoft-identity-web#3746 * Bump Abstractions to 11.2 by @bgavrilMS in AzureAD/microsoft-identity-web#3749 * Update documentation to reference Blazor helpers from Microsoft.Identity.Web package by @Copilot in AzureAD/microsoft-identity-web#3723 **Full Changelog**: AzureAD/microsoft-identity-web@4.5.0...4.6.0 Commits viewable in [compare view](https://github.com/AzureAD/microsoft-identity-web/commits/4.6.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Microsoft.Identity.Clientfrom 4.82.0 to 4.83.1 and re-enables the Managed Identity CAE tests that were skipped pending this fix (issue #3669).Changes
Directory.Build.props—MicrosoftIdentityClientVersion4.82.0 → 4.83.1OwinWebApp/Web.config&OwinWebApi/Web.config— BothMicrosoft.Identity.Clientbinding redirects updated to4.83.1.0ManagedIdentityCaeTests.cs— Re-enabled 4 tests:ManagedIdentity_ReturnsBearerHeader,ManagedIdentity_WithClaims_HeaderBypassesCache,UserAssigned_MI_Caching_and_Claims,SystemAssigned_MSI_Forwards_ClientCapabilities_InQueryFederatedIdentityCaeTests.cs— Re-enabledManagedIdentityWithFic_WithClaims_BypassesCacheOriginal prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.