Skip to content

Bump Microsoft.Identity.Web from 1.25.10 to 2.11.1#67

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Microsoft.Identity.Web-2.11.1
Closed

Bump Microsoft.Identity.Web from 1.25.10 to 2.11.1#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Microsoft.Identity.Web-2.11.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2023

Bumps Microsoft.Identity.Web from 1.25.10 to 2.11.1.

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.11.1

  • Update to MSAL 4.54.1

Bug Fix:

  • Fix bug with signed assertion for AKS, see issue #2252 for details.

2.11.0

  • Update to MSAL 4.54.0

New Features

2.10.0

  • Update to Wilson 6.30.0

New features:

  • Microsoft.Identity.Web now provides more logging in DownstreamAPI, see #2148 for details.
  • OBO support for composite tokens based assertion and sub_assertion extra query parameters. See issue #2222 for details.

Bug fixes:

  • Fix a regex issue relating to same site, see #1811 for details.
  • Bug fixes for CIAM support, see #2218 for details.

2.9.0

  • Update to Wilson 6.29.0 and MSAL.NET 4.53.0

Bug Fix:

  • The ASP.NET Core regression between .NET 5 and 6 with Razor Pages, is now addressed with Microsoft.Identity.Web.UI targeting .NET 5 until a more permanent solution is found. See issues #2111, #2095 and #2183 for details.

2.8.0

New features:

  • ID Web works with Authority in place of Tenant ID and Domain. See #2160
  • ID Web now supports CIAM authorities.
  • Abstractions is now updated to version 3.1.0

Bug fixes:

  • Fixed a bug causing ClaimsIdentity.RoleClaimType to always be "roles" when using App Service Authentication. See #2166

2.7.0

New Feature:

  • MicrosoftIdentityAppCallsWebApiAuthenticationBuilder is now available on netstandard2.0
  • Id Web now supports expressing the cache key used for serializing/deserializing. See #2156

Bug Fixes:

  • Make GetClientAssertion protected.

... (truncated)

Changelog

Sourced from Microsoft.Identity.Web's changelog.

2.11.1

  • Update to MSAL 4.54.1

Bug Fix:

  • Fix bug with signed assertion for AKS, see issue #2252 for details.

2.11.0

  • Update to MSAL 4.54.0

New Features

2.10.0

  • Update to Wilson 6.30.0

New features:

  • Microsoft.Identity.Web now provides more logging in DownstreamAPI, see #2148 for details.
  • OBO support for composite tokens based assertion and sub_assertion extra query parameters. See issue #2222 for details.

Bug fixes:

  • Fix a regex issue relating to same site, see #1811 for details.
  • Bug fixes for CIAM support, see #2218 for details.

2.9.0

  • Update to Wilson 6.29.0 and MSAL.NET 4.53.0

Bug Fix:

  • The ASP.NET Core regression between .NET 5 and 6 with Razor Pages, is now addressed with Microsoft.Identity.Web.UI targeting .NET 5 until a more permanent solution is found. See issues #2111, #2095 and #2183 for details.

2.8.0

New features:

  • ID Web works with Authority in place of Tenant ID and Domain. See #2160
  • ID Web now supports CIAM authorities.
  • Abstractions is now updated to version 3.1.0

Bug fixes:

  • Fixed a bug causing ClaimsIdentity.RoleClaimType to always be "roles" when using App Service Authentication. See #2166

2.7.0

New Feature:

  • MicrosoftIdentityAppCallsWebApiAuthenticationBuilder is now available on netstandard2.0
  • Id Web now supports expressing the cache key used for serializing/deserializing. See #2156

Bug Fixes:

  • Make GetClientAssertion protected.

... (truncated)

Commits
  • d89b742 Update changelog.md (#2261)
  • 2892d55 Update signedAssertion test to avoid resource contention (#2263)
  • a2f68f9 Bump jQuery from 3.4.1 to 3.5.0 in /tests/DevApps/aspnet-mvc/OwinWebApp (#2259)
  • a386ead Bump jQuery.Validation in /tests/DevApps/aspnet-mvc/OwinWebApp (#2258)
  • 234682e Bump Microsoft.Identity.Client from 4.54.0 to 4.54.1 (#2257)
  • 3b6e42a Updating the tool to support CIAM tenants (#2248)
  • 82b1bdf Fixes #2251 (#2252)
  • eb3c0b8 Bump Microsoft.Identity.Web.DownstreamApi from 2.10.0 to 2.11.0 (#2246)
  • 68585cc Bump Microsoft.Identity.Web from 2.10.0 to 2.11.0 (#2245)
  • 547ed2b Bump Microsoft.Identity.Web.MicrosoftGraph from 2.10.0 to 2.11.0 (#2244)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 1.25.10 to 2.11.1.
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@1.25.10...2.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2023

Superseded by #70.

@dependabot dependabot bot closed this Jun 16, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Identity.Web-2.11.1 branch June 16, 2023 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants