Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Update dotnet-azure-ad-microsoft-identity-web monorepo to 3.1.0 #307

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.Identity.Web 3.0.1 -> 3.1.0 age adoption passing confidence
Microsoft.Identity.Web.UI 3.0.1 -> 3.1.0 age adoption passing confidence

Release Notes

AzureAD/microsoft-identity-web (Microsoft.Identity.Web)

v3.1.0

Compare Source

=========

  • Updated to Microsoft.IdentityModel.* 8.0.2
Security improvement:
  • Id Web now uses CaseSensitiveClaimsIdentity by default and provides AppContextSwitches to fallback to using ClaimsIdentity. This means that when you loopup claims with FindFirst(), FindAll() and HasClaim(), you need to provide the right casing for the claim. See PR #​2977 for details.
Bug fixes:
  • For SN/I scenarios, Id Web's GetTokenAcquirer now sets SendX5C in particular protocols. See issue #​2887 for details.
  • Fix for Instance/Tenant parsing for V2 authority (affected one Entra External IDs scenario). See PR #​2954 for details.
  • Fix regex that threw a format exception: The input string " was not in a correct format when enabling same-site cookie compatibility with userAgent: "Dalvik/2.1.0 (Linux; U; Android 12; Chromecast Build/STTE.230319.008.H1). See issue #​2879 for details.
  • Microsoft.Identity.Web 3.1.0 now has an upper bound set on its dependency on Microsoft.Identity.Abstractions to version 7x to avoid referencing Microsoft.Identity.Abstractions 8.0.0, which has an interface breaking change, not yet implemented in Microsoft.Identity.Web. See PR #​2962 for details.
Fundamentals:
  • Fix flakey tests: #​2972, #​2984, #​2982,
  • Update to AzureKeyVault@2 in AzureDevOps, #​2981.
  • Update to .NET 9-preview7, #​2980 and #​2991.
  • It's now possible to build a specific version of Microsoft.Identity.Web based on specific versions of Microsoft.IdentityModel and Microsoft.Identity.Abstractions by specifying build variables on the dotnet pack command (MicrosoftIdentityModelVersion, MicrosoftIdentityAbstractionsVersions, and MicrosoftIdentityWebVersion): #​2974, #​2990

========

See rel/v2 branch changelog for changes to all 2.x.x versions after 2.18.1.

The changes listed in the rel/v2 changelog are also in the 3.x.x versions of Id Web but are not listed here.

========


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dotnet-azure-ad-microsoft-identity-web monorepo to v3.1.0 Update dotnet-azure-ad-microsoft-identity-web monorepo to 3.1.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-microsoft-identity-web-monorepo branch from 42fc50f to ab34059 Compare September 7, 2024 12:29
Copy link

sonarcloud bot commented Sep 7, 2024

@renovate renovate bot merged commit 858110c into develop Sep 7, 2024
10 checks passed
@renovate renovate bot deleted the renovate/dotnet-azure-ad-microsoft-identity-web-monorepo branch September 7, 2024 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants