Bump Microsoft.Identity.Web and Microsoft.Identity.Web.UI - #1230
Bump Microsoft.Identity.Web and Microsoft.Identity.Web.UI#1230dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Microsoft.Identity.Web from 4.12.0 to 4.14.2 Bumps Microsoft.Identity.Web.UI from 4.12.0 to 4.14.2 --- updated-dependencies: - dependency-name: Microsoft.Identity.Web dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Identity.Web.UI dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the SDAF web app’s Microsoft Identity Web dependencies to newer patch versions.
Changes:
- Bumped
Microsoft.Identity.Webfrom4.12.0to4.14.2 - Bumped
Microsoft.Identity.Web.UIfrom4.12.0to4.14.2
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <PackageReference Include="Microsoft.Identity.Web" Version="4.14.2" /> | ||
| <PackageReference Include="Microsoft.Identity.Web.UI" Version="4.14.2" /> |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updated Microsoft.Identity.Web from 4.12.0 to 4.14.2.
Release notes
Sourced from Microsoft.Identity.Web's releases.
4.14.2
Dependencies updates
Microsoft.IdentityModel.*(Wilson) version to 8.22.0. See #3986.System.Security.Cryptography.Xml8.0.4 (and itsSystem.Security.Cryptography.Pkcs8.0.1 dependency) instead of over-bumping to the 9.0.18 servicing line (CVE-2026-47302, -47304, -50525, -50648). net9.0 (9.0.18) and net10.0 (10.0.10) are unchanged. See #3989.4.14.0
New features
MicrosoftIdentityOptions.PartitionAppTokenCacheByAudienceto partition the app token cache by resource/audience. See #3979.TokenAcquisitionExtensionOptions.OnBackgroundTokenRefreshCompleted. See #3973.MicrosoftIdentityOptions.UseFastUnboundedCache; stop short-circuiting the in-memory token cache serialization provider. See #3970.Microsoft.Identity.Web.OidcFIC) now supports mTLS token binding. See #3851.Bug fixes
UseBoundCredential = true) from its unbound equivalent; the certificate-error retry path invalidates the cache entry for the actual request mode (bearer vs mTLS PoP).Dependencies updates
Microsoft.Identity.Client→ 4.87.0 (#3975)Microsoft.Identity.Abstractions→ 12.6.0 (#3976)System.Security.Cryptography.Xml/System.Security.Cryptography.Pkcs→ patched (CVE-2026-47302, -47304, -50525, -50648) (#3964)Full changelog: AzureAD/microsoft-identity-web@4.13.2...4.14.0
4.13.2
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.13.0...4.13.2
4.13.0
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.12.2...4.13.0
4.12.2
Bug fixes
Microsoft.Identity.Client.KeyAttestationdependency conditional on modern .NET (.NETCoreApp) targets. It transitively pulls the native-onlyMicrosoft.Azure.Security.KeyGuardAttestationpackage, which ships no .NET Framework/netstandard-compatible assets and broke NuGet restore for .NET Framework (packages.config) projects.Microsoft.Identity.Web.Certificatelessnow multi-targets, and .NET Framework consumers use thenetstandard2.0asset without this dependency. See #3894.4.12.1
Bug fixes
ManagedIdentitywhen convertingAcquireTokenOptionstoTokenAcquisitionOptionsinTokenAcquirer. Previously theITokenAcquirer.GetTokenForAppAsync/GetTokenForUserAsyncpaths silently droppedManagedIdentityand fell back to the confidential-client path, breaking managed-identity mTLS PoP (e.g. MISE Native). See #3914.Behavior changes
Sidecar:AllowOutboundRedirectsflag (defaultfalse) restores the previous behavior. See #3906.IOptionsMonitorare now cloned per request (including freshExtraParameters/ExtraHeaderParameters/ExtraQueryParametersdictionaries), preventing request-scoped values from leaking across requests or racing under concurrency. See #3919.Fundamentals
Commits viewable in compare view.
Updated Microsoft.Identity.Web.UI from 4.12.0 to 4.14.2.
Release notes
Sourced from Microsoft.Identity.Web.UI's releases.
4.14.2
Dependencies updates
Microsoft.IdentityModel.*(Wilson) version to 8.22.0. See #3986.System.Security.Cryptography.Xml8.0.4 (and itsSystem.Security.Cryptography.Pkcs8.0.1 dependency) instead of over-bumping to the 9.0.18 servicing line (CVE-2026-47302, -47304, -50525, -50648). net9.0 (9.0.18) and net10.0 (10.0.10) are unchanged. See #3989.4.14.0
New features
MicrosoftIdentityOptions.PartitionAppTokenCacheByAudienceto partition the app token cache by resource/audience. See #3979.TokenAcquisitionExtensionOptions.OnBackgroundTokenRefreshCompleted. See #3973.MicrosoftIdentityOptions.UseFastUnboundedCache; stop short-circuiting the in-memory token cache serialization provider. See #3970.Microsoft.Identity.Web.OidcFIC) now supports mTLS token binding. See #3851.Bug fixes
UseBoundCredential = true) from its unbound equivalent; the certificate-error retry path invalidates the cache entry for the actual request mode (bearer vs mTLS PoP).Dependencies updates
Microsoft.Identity.Client→ 4.87.0 (#3975)Microsoft.Identity.Abstractions→ 12.6.0 (#3976)System.Security.Cryptography.Xml/System.Security.Cryptography.Pkcs→ patched (CVE-2026-47302, -47304, -50525, -50648) (#3964)Full changelog: AzureAD/microsoft-identity-web@4.13.2...4.14.0
4.13.2
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.13.0...4.13.2
4.13.0
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.12.2...4.13.0
4.12.2
Bug fixes
Microsoft.Identity.Client.KeyAttestationdependency conditional on modern .NET (.NETCoreApp) targets. It transitively pulls the native-onlyMicrosoft.Azure.Security.KeyGuardAttestationpackage, which ships no .NET Framework/netstandard-compatible assets and broke NuGet restore for .NET Framework (packages.config) projects.Microsoft.Identity.Web.Certificatelessnow multi-targets, and .NET Framework consumers use thenetstandard2.0asset without this dependency. See #3894.4.12.1
Bug fixes
ManagedIdentitywhen convertingAcquireTokenOptionstoTokenAcquisitionOptionsinTokenAcquirer. Previously theITokenAcquirer.GetTokenForAppAsync/GetTokenForUserAsyncpaths silently droppedManagedIdentityand fell back to the confidential-client path, breaking managed-identity mTLS PoP (e.g. MISE Native). See #3914.Behavior changes
Sidecar:AllowOutboundRedirectsflag (defaultfalse) restores the previous behavior. See #3906.IOptionsMonitorare now cloned per request (including freshExtraParameters/ExtraHeaderParameters/ExtraQueryParametersdictionaries), preventing request-scoped values from leaking across requests or racing under concurrency. See #3919.Fundamentals
Commits viewable in compare view.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)