Skip to content

Commit e3060a6

Browse files
authored
Update IdentityModel dependencies to latest version (#53337)
* Updated System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.Tokens to version 8.14.0 * Updated Microsoft.IdentityModel.Protocols.OpenIdConnect to version 8.14.0 * Added CHANGELOG entries * Nit: Added "dependency" to the changelog entry * Revert Storage CHANGELOG entries * Revert storage CHANGELOG updates * Updated changelog to fix CI error * Bump Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO version
1 parent 6e93b8f commit e3060a6

File tree

9 files changed

+30
-5
lines changed

9 files changed

+30
-5
lines changed

eng/Packages.Data.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Update="System.Diagnostics.DiagnosticSource" Version="4.5.1" />
3737
<PackageReference Update="System.Diagnostics.Tools" Version="4.3.0" />
3838
<PackageReference Update="System.Globalization" Version="4.3.0" />
39-
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.7.0" />
39+
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
4040
<PackageReference Update="System.Linq" Version="4.3.0" />
4141
<PackageReference Update="System.Memory.Data" Version="1.0.2" />
4242
<PackageReference Update="System.Net.Http" Version="4.3.4" />
@@ -187,9 +187,9 @@
187187
<PackageReference Update="Microsoft.Identity.Client" Version="4.76.0" />
188188
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.76.0" />
189189
<PackageReference Update="Microsoft.Identity.Client.Broker" Version="4.76.0" />
190-
<PackageReference Update="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.35.0" />
191-
<PackageReference Update="Microsoft.IdentityModel.Tokens" Version="6.35.0" />
192-
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="6.35.0" />
190+
<PackageReference Update="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.14.0" />
191+
<PackageReference Update="Microsoft.IdentityModel.Tokens" Version="8.14.0" />
192+
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
193193
</ItemGroup>
194194

195195
<ItemGroup Condition="$(MSBuildProjectName.StartsWith('Azure.Monitor.OpenTelemetry'))">

sdk/entra/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
### Other Changes
1212

13+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
14+
- Updated `Microsoft.IdentityModel.Tokens` dependency to 8.14.0
15+
- Updated `Microsoft.IdentityModel.Protocols.OpenIdConnect` dependency to 8.14.0
16+
1317
## 1.1.0 (2025-07-29)
1418

1519
### Other Changes

sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
### Other Changes
1212

1313
- The default service version is now `2025-07-01`.
14+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
1415

1516
## 4.8.0 (2025-06-27)
1617

sdk/loadtestservice/Azure.Developer.Playwright/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
14+
1315
## 1.0.0 (2025-08-29)
1416

1517
This release marks the general availability of the `Azure.Developer.Playwright` package.

sdk/mixedreality/Azure.MixedReality.Authentication/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
### Other Changes
1414

15+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
16+
1517
## 1.2.0 (2022-09-09)
1618

1719
### Bugs Fixed

sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
14+
1315
## 2.1.0 (2025-07-25)
1416

1517
### Features Added

sdk/webpubsub/Azure.Messaging.WebPubSub/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
14+
1315
## 1.6.0 (2025-05-07)
1416

1517
### Features Added

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
13+
- Updated `Microsoft.IdentityModel.Tokens` dependency to 8.14.0
14+
315
## 1.0.0 (2025-04-15)
416

517
### Other Changes

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO/src/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageId>Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO</PackageId>
66
<PackageTags>Azure, WebPubSub</PackageTags>
77
<Description>Azure Functions extension for the WebPubSub for Socket.IO</Description>
8-
<Version>1.0.0</Version>
8+
<Version>1.1.0-beta.1</Version>
99
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056;CA2227</NoWarn>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)