dseinternational / open-dotnet

Libraries and tools supporting DSE Open systems and technologies.
MIT License
0 stars 0 forks source link

Bump the microsoftidentity group across 1 directory with 5 updates #163

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the microsoftidentity group with 5 updates in the / directory:

Package From To
Microsoft.Identity.Client 4.63.0 4.64.0
Microsoft.Identity.Client.Extensions.Msal 4.63.0 4.64.0
Microsoft.Identity.Client 4.63.0 4.64.0
Microsoft.IdentityModel.Abstractions 8.0.1 8.0.2
Microsoft.IdentityModel.JsonWebTokens 8.0.1 8.0.2
Microsoft.IdentityModel.Abstractions 8.0.1 8.0.2
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.0.1 8.0.2
Microsoft.IdentityModel.Abstractions 8.0.1 8.0.2
Microsoft.IdentityModel.JsonWebTokens 8.0.1 8.0.2

Updates Microsoft.Identity.Client from 4.63.0 to 4.64.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.64.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)
  • See full diff in compare view


Updates Microsoft.Identity.Client.Extensions.Msal from 4.63.0 to 4.64.0

Release notes

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

4.64.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)
  • See full diff in compare view


Updates Microsoft.Identity.Client from 4.63.0 to 4.64.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.64.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)
  • See full diff in compare view


Updates Microsoft.IdentityModel.Abstractions from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.IdentityModel.Abstractions's releases.

8.0.2

Security fundamentals

  • Add BannedApiAnalyzers to prevent use of ClaimsIdentity constructors. See PR #2778 for details.

Bug fixes

  • IdentityModel now allows the JWT payload to be an empty string. See issue #2656 for details.
  • Cache UseRfcDefinitionOfEpkAndKid switch. See PR #2747 for details.
  • Method was named DoNotFailOnMissingTid in 7x and DontFailOnMissingTid in 8x, adding the method for back compat. See issue #2750 for details.
  • Metadata is now updated on a background thread. See #2780 for details.
  • JsonWebKeySet stores the original string it was created with. See PR #2755 for details.
  • Restore AOT compatibility. See #2711.
  • Fix OpenIdConnect parsing bug. See #2772 for details.
  • Remove the lock on creating a SignatureProvider. See #2788 for details.

Fundamentals

  • Test clean up #2742.
  • Use only FxCop in .NET framework targets #2693.
  • Add rule to add file headers automatically #2748.
  • Code analysis updates #2746.
  • Include README packages in NuGet #2752.
  • Update projects inside WilsonUnix solution #2768.
  • Code style enforced in build #2603.
  • CodeQL update #2767.
  • Update build pipeline to new one release build format #2777.
  • Update GitHub actions to 9.0.100-preview.7.24407.12 and add <NoWarn>$(NoWarn);SYSLIB0057</NoWarn> due to breaking changes in preview7. #2786.

Work relating to #2711

What's Changed

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.Abstractions's changelog.

8.0.2

Security fundamentals

  • Add BannedApiAnalyzers to prevent use of ClaimsIdentity constructors. See PR #2778 for details.

Bug fixes

  • IdentityModel now allows the JWT payload to be an empty string. See issue #2656 for details.
  • Cache UseRfcDefinitionOfEpkAndKid switch. See PR #2747 for details.
  • Method was named DoNotFailOnMissingTid in 7x and DontFailOnMissingTid in 8x, adding the method for back compat. See issue #2750 for details.
  • Metadata is now updated on a background thread. See #2780 for details.
  • JsonWebKeySet stores the original string it was created with. See PR #2755 for details.
  • Restore AOT compatibility. See #2711.
  • Fix OpenIdConnect parsing bug. See #2772 for details.
  • Remove the lock on creating a SignatureProvider. See #2788 for details.

Fundamentals

  • Test clean up #2742.
  • Use only FxCop in .NET framework targets #2693.
  • Add rule to add file headers automatically #2748.
  • Code analysis updates #2746.
  • Include README packages in NuGet #2752.
  • Update projects inside WilsonUnix solution #2768.
  • Code style enforced in build #2603.
  • CodeQL update #2767.
  • Update build pipeline to new one release build format #2777.
  • Update GitHub actions to 9.0.100-preview.7.24407.12 and add <NoWarn>$(NoWarn);SYSLIB0057</NoWarn> due to breaking changes in preview7. #2786.

Work relating to #2711

Commits


Updates Microsoft.IdentityModel.JsonWebTokens from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.IdentityModel.JsonWebTokens's releases.

8.0.2

Security fundamentals

  • Add BannedApiAnalyzers to prevent use of ClaimsIdentity constructors. See PR #2778 for details.

Bug fixes

  • IdentityModel now allows the JWT payload to be an empty string. See issue #2656 for details.
  • Cache UseRfcDefinitionOfEpkAndKid switch. See PR #2747 for details.
  • Method was named DoNotFailOnMissingTid in 7x and DontFailOnMissingTid in 8x, adding the method for back compat. See issue #2750 for details.
  • Metadata is now updated on a background thread. See #2780 for details.
  • JsonWebKeySet stores the original string it was created with. See PR #2755 for details.
  • Restore AOT compatibility. See #2711.
  • Fix OpenIdConnect parsing bug. See #2772 for details.
  • Remove the lock on creating a SignatureProvider. See #2788 for details.

Fundamentals

  • Test clean up #2742.
  • Use only FxCop in .NET framework targets #2693.
  • Add rule to add file headers automatically #2748.
  • Code analysis updates #2746.
  • Include README packages in NuGet #2752.
  • Update projects inside WilsonUnix solution #2768.
  • Code style enforced in build #2603.
  • CodeQL update #2767.
  • Update build pipeline to new one release build format #2777.
  • Update GitHub actions to 9.0.100-preview.7.24407.12 and add <NoWarn>$(NoWarn);SYSLIB0057</NoWarn> due to breaking changes in preview7. #2786.

Work relating to #2711

What's Changed

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.JsonWebTokens's changelog.

8.0.2

Security fundamentals

  • Add BannedApiAnalyzers to prevent use of ClaimsIdentity constructors. See PR #2778 for details.

Bug fixes

  • IdentityModel now allows the JWT payload to be an empty string. See issue #2656 for details.
  • Cache UseRfcDefinitionOfEpkAndKid switch. See PR #2747 for details.
  • Method was named DoNotFailOnMissingTid in 7x and DontFailOnMissingTid in 8x, adding the method for back compat. See issue #2750 for details.
  • Metadata is now updated on a background thread. See #2780 for details.
  • JsonWebKeySet stores the original string it was created with. See PR #2755 for details.
  • Restore AOT compatibility. See #2711.
  • Fix OpenIdConnect parsing bug. See #2772 for details.
  • Remove the lock on creating a SignatureProvider. See #2788 for details.

Fundamentals

  • Test clean up #2742.
  • Use only FxCop in .NET framework targets #2693.
  • Add rule to add file headers automatically #2748.
  • Code analysis updates #2746.
  • Include README packages in NuGet #2752.
  • Update projects inside WilsonUnix solution #2768.
  • Code style enforced in build #2603.
  • CodeQL update #2767.
  • Update build pipeline to new one release build format #2777.
  • Update GitHub actions to 9.0.100-preview.7.24407.12 and add <NoWarn>$(NoWarn);SYSLIB0057</NoWarn> due to breaking changes in preview7. #2786.

Work relating to #2711

Commits


Updates Microsoft.IdentityModel.Abstractions from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.IdentityModel.Abstractions's releases.

8.0.2

Security fundamentals

  • Add BannedApiAnalyzers to prevent use of ClaimsIdentity constructors. See PR #2778 for details.

Bug fixes

  • IdentityModel now allows the JWT payload to be an empty string. See issue #2656 for details.
  • Cache UseRfcDefinitionOfEpkAndKid switch. See PR #2747 for details.
  • Method was named DoNotFailOnMissingTid in 7x and DontFailOnMissingTid in 8x, adding the method for back compat. See issue #2750 for details.
  • Metadata is now updated on a background thread. See #2780 for details.
  • JsonWebKeySet stores the original string it was created with. See PR #2755 for details.
  • Restore AOT compatibility. See #2711.
  • Fix OpenIdConnect parsing bug. See #2772 for details.
  • Remove the lock on creating a SignatureProvider. See #2788 for details.

Fundamentals

  • Test clean up #2742.
  • Use only FxCop in .NET framework targets #2693.
  • Add rule to add file headers automatically #2748.
  • Code analysis updates #2746.
  • Include README packages in NuGet #2752.
  • Update projects inside WilsonUnix solution #2768.
  • Code style enforced in build #2603.
  • CodeQL update #2767.
  • Update build pipeline to new one release build format #2777.
  • Update GitHub actions to 9.0.100-preview.7.24407.12 and add <NoWarn>$(NoWarn);SYSLIB0057</NoWarn> due to breaking changes in preview7. #2786.

Work relating to #2711

What's Changed