Azure-Samples / ms-identity-ciam-dotnet-tutorial

CIAM .NET samples
MIT License
28 stars 18 forks source link

Bump Microsoft.Identity.Client.Extensions.Msal and Microsoft.Identity.Client in /1-Authentication/4-sign-in-device-code #94

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps Microsoft.Identity.Client.Extensions.Msal and Microsoft.Identity.Client. These dependencies needed to be updated together. Updates Microsoft.Identity.Client.Extensions.Msal from 4.61.3 to 4.64.0

Release notes

Sourced from Microsoft.Identity.Client.Extensions.Msal's releases.

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Changelog

Sourced from Microsoft.Identity.Client.Extensions.Msal's changelog.

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Commits
  • 8fe46a8 Changing the handling of client claims to use JSON (#4886)
  • 867f5cf Disabling arlinton test case for "WithSecret_TestAsync" (#4906)
  • 4ad6276 Update interop package to 0.16.2 (#4903)
  • c7eb345 Changed consent handler to find element by name instead of ID (#4897)
  • 5ff5d21 Remove the links to Azure SDK for managed identity since these will be update...
  • 6956f26 Update the logic to add file based detection for azure arc for linux env (#4856)
  • adf5dab Enabling ROPC on CCA (#4799)
  • 89dba0a Update CHANGELOG for MSAL 4.63.0 Release (#4885)
  • fd0ffad Update KerberosConsole.csproj to use latest Kerberos.NET package (#4883)
  • 978bc89 Update with NuGet README (#4865)
  • Additional commits viewable in compare view


Updates Microsoft.Identity.Client from 4.61.0 to 4.64.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

4.61.3

Bug Fixes

4.61.2

Bug Fixes

  • Fixed a regression in MSAL 4.61.1 where Proof of Possession (POP) extensibility API was made available for all the confidential client scenarios caused runtime exception for users using higher level SDKs with explicit dependency on MSAL. See 4789
  • Measurement of duration in milliseconds is now consistent across all platforms. See 4784

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

4.61.3

Bug Fixes

4.61.2

Bug Fixes

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608

... (truncated)

Commits
  • 8fe46a8 Changing the handling of client claims to use JSON (#4886)
  • 867f5cf Disabling arlinton test case for "WithSecret_TestAsync" (#4906)
  • 4ad6276 Update interop package to 0.16.2 (#4903)
  • c7eb345 Changed consent handler to find element by name instead of ID (#4897)
  • 5ff5d21 Remove the links to Azure SDK for managed identity since these will be update...
  • 6956f26 Update the logic to add file based detection for azure arc for linux env (#4856)
  • adf5dab Enabling ROPC on CCA (#4799)
  • 89dba0a Update CHANGELOG for MSAL 4.63.0 Release (#4885)
  • fd0ffad Update KerberosConsole.csproj to use latest Kerberos.NET package (#4883)
  • 978bc89 Update with NuGet README (#4865)
  • Additional 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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)