Skip to content

Commit f315e64

Browse files
committed
Updating identity dependencies to address an inssue with their internal type usage
1 parent 07d88f9 commit f315e64

File tree

2 files changed

+39
-36
lines changed

2 files changed

+39
-36
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
1111
<TieredCompilation>false</TieredCompilation>
1212
<NoWarn>NU5104</NoWarn>
13+
<IdentityDependencyVersion>6.15.1</IdentityDependencyVersion>
1314
</PropertyGroup>
1415
<PropertyGroup Condition="'$(RuntimeIdentifier)' != ''">
1516
<PublishReadyToRun>true</PublishReadyToRun>
@@ -76,7 +77,8 @@
7677
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.33-11908" />
7778
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.0-beta.1" />
7879
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.91-alpha" />
79-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.15.1" />
80+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="$(IdentityDependencyVersion)" />
81+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="$(IdentityDependencyVersion)" />
8082
<PackageReference Include="Microsoft.Security.Utilities" Version="1.3.0" />
8183
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
8284
<PrivateAssets>all</PrivateAssets>

test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"Microsoft.Security.Utilities": "1.3.0",
3232
"Microsoft.SourceLink.GitHub": "1.0.0",
3333
"StyleCop.Analyzers": "1.1.0-beta004",
34+
"System.IdentityModel.Tokens.Jwt": "6.15.1",
3435
"System.Net.NameResolution": "4.3.0"
3536
},
3637
"runtime": {
@@ -522,36 +523,36 @@
522523
"System.Text.Encodings.Web": "6.0.0"
523524
}
524525
},
525-
"Microsoft.Azure.AppService.Middleware.Functions/1.4.10": {
526+
"Microsoft.Azure.AppService.Middleware.Functions/1.4.14": {
526527
"dependencies": {
527-
"Microsoft.Azure.AppService.Middleware.NetCore": "1.4.10"
528+
"Microsoft.Azure.AppService.Middleware.NetCore": "1.4.14"
528529
},
529530
"runtime": {
530531
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.Functions.dll": {
531-
"assemblyVersion": "1.4.10.0",
532-
"fileVersion": "1.4.10.0"
532+
"assemblyVersion": "1.4.14.0",
533+
"fileVersion": "1.4.14.0"
533534
}
534535
}
535536
},
536-
"Microsoft.Azure.AppService.Middleware.NetCore/1.4.10": {
537+
"Microsoft.Azure.AppService.Middleware.NetCore/1.4.14": {
537538
"dependencies": {
538539
"Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
539540
"Microsoft.Extensions.Caching.Memory": "2.2.0",
540541
"Microsoft.Extensions.Configuration": "6.0.0",
541542
"Microsoft.Extensions.Logging": "6.0.0",
542543
"Newtonsoft.Json": "13.0.1",
543-
"System.IdentityModel.Tokens.Jwt": "6.10.0",
544+
"System.IdentityModel.Tokens.Jwt": "6.15.1",
544545
"System.Security.Cryptography.X509Certificates": "4.3.1",
545546
"System.Text.Encodings.Web": "6.0.0"
546547
},
547548
"runtime": {
548549
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.Modules.dll": {
549-
"assemblyVersion": "1.4.10.0",
550-
"fileVersion": "1.4.10.0"
550+
"assemblyVersion": "1.4.14.0",
551+
"fileVersion": "1.4.14.0"
551552
},
552553
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.NetCore.dll": {
553-
"assemblyVersion": "1.4.10.0",
554-
"fileVersion": "1.4.10.0"
554+
"assemblyVersion": "1.4.14.0",
555+
"fileVersion": "1.4.14.0"
555556
},
556557
"lib/netstandard2.0/Microsoft.Azure.AppService.Middleware.dll": {
557558
"assemblyVersion": "1.0.0.0",
@@ -781,7 +782,7 @@
781782
"dependencies": {
782783
"Microsoft.AspNetCore.DataProtection": "2.0.0",
783784
"Microsoft.Extensions.DependencyInjection": "6.0.0",
784-
"System.IdentityModel.Tokens.Jwt": "6.10.0"
785+
"System.IdentityModel.Tokens.Jwt": "6.15.1"
785786
},
786787
"runtime": {
787788
"lib/netstandard2.0/Microsoft.Azure.WebSites.DataProtection.dll": {
@@ -1241,14 +1242,14 @@
12411242
}
12421243
}
12431244
},
1244-
"Microsoft.IdentityModel.JsonWebTokens/6.10.0": {
1245+
"Microsoft.IdentityModel.JsonWebTokens/6.15.1": {
12451246
"dependencies": {
12461247
"Microsoft.IdentityModel.Tokens": "6.15.1"
12471248
},
12481249
"runtime": {
12491250
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
1250-
"assemblyVersion": "6.10.0.0",
1251-
"fileVersion": "6.10.0.20330"
1251+
"assemblyVersion": "6.15.1.0",
1252+
"fileVersion": "6.15.1.30119"
12521253
}
12531254
}
12541255
},
@@ -1275,7 +1276,7 @@
12751276
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
12761277
"dependencies": {
12771278
"Microsoft.IdentityModel.Protocols": "6.10.0",
1278-
"System.IdentityModel.Tokens.Jwt": "6.10.0"
1279+
"System.IdentityModel.Tokens.Jwt": "6.15.1"
12791280
},
12801281
"runtime": {
12811282
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
@@ -1858,15 +1859,15 @@
18581859
"System.Runtime.InteropServices": "4.3.0"
18591860
}
18601861
},
1861-
"System.IdentityModel.Tokens.Jwt/6.10.0": {
1862+
"System.IdentityModel.Tokens.Jwt/6.15.1": {
18621863
"dependencies": {
1863-
"Microsoft.IdentityModel.JsonWebTokens": "6.10.0",
1864+
"Microsoft.IdentityModel.JsonWebTokens": "6.15.1",
18641865
"Microsoft.IdentityModel.Tokens": "6.15.1"
18651866
},
18661867
"runtime": {
18671868
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
1868-
"assemblyVersion": "6.10.0.0",
1869-
"fileVersion": "6.10.0.20330"
1869+
"assemblyVersion": "6.15.1.0",
1870+
"fileVersion": "6.15.1.30119"
18701871
}
18711872
}
18721873
},
@@ -2931,19 +2932,19 @@
29312932
"path": "microsoft.aspnetcore.webutilities/2.2.0",
29322933
"hashPath": "microsoft.aspnetcore.webutilities.2.2.0.nupkg.sha512"
29332934
},
2934-
"Microsoft.Azure.AppService.Middleware.Functions/1.4.10": {
2935+
"Microsoft.Azure.AppService.Middleware.Functions/1.4.14": {
29352936
"type": "package",
29362937
"serviceable": true,
2937-
"sha512": "sha512-xv7NsrZ3mfSY81QjxsCVhYgoKk4Km+76eILSzFmuclPblbSJoYz2hExfrcNFxEYC+ugvh5W4ilX3yPbZ3pZ0Hw==",
2938-
"path": "microsoft.azure.appservice.middleware.functions/1.4.10",
2939-
"hashPath": "microsoft.azure.appservice.middleware.functions.1.4.10.nupkg.sha512"
2938+
"sha512": "sha512-3JkPyn+G7TnMGSoVsrdhzlutmryPrUm6l13diFU2NEKVABZEAZ0AsX5ZM5+tKedrf5AVVMMWrwQ6ZkP0+Cif8Q==",
2939+
"path": "microsoft.azure.appservice.middleware.functions/1.4.14",
2940+
"hashPath": "microsoft.azure.appservice.middleware.functions.1.4.14.nupkg.sha512"
29402941
},
2941-
"Microsoft.Azure.AppService.Middleware.NetCore/1.4.10": {
2942+
"Microsoft.Azure.AppService.Middleware.NetCore/1.4.14": {
29422943
"type": "package",
29432944
"serviceable": true,
2944-
"sha512": "sha512-w0U0UJGSUyvxNFQAyua3TR03kbg+1uuWsjeETg57lIspTqvmnNUSidPQDavxk8h6ra+TpYDp3P3pghsoHgAA5Q==",
2945-
"path": "microsoft.azure.appservice.middleware.netcore/1.4.10",
2946-
"hashPath": "microsoft.azure.appservice.middleware.netcore.1.4.10.nupkg.sha512"
2945+
"sha512": "sha512-ebaYF3fqbALTACP5eAxn7mwaASZmAbI1pBYt0ShQUF81tfhfKGZYjJfKqss0EFZp3nnXJG8fcvF3RoSZ8vqxsg==",
2946+
"path": "microsoft.azure.appservice.middleware.netcore/1.4.14",
2947+
"hashPath": "microsoft.azure.appservice.middleware.netcore.1.4.14.nupkg.sha512"
29472948
},
29482949
"Microsoft.Azure.Cosmos.Table/1.0.8": {
29492950
"type": "package",
@@ -3344,12 +3345,12 @@
33443345
"path": "microsoft.identity.client.extensions.msal/2.18.4",
33453346
"hashPath": "microsoft.identity.client.extensions.msal.2.18.4.nupkg.sha512"
33463347
},
3347-
"Microsoft.IdentityModel.JsonWebTokens/6.10.0": {
3348+
"Microsoft.IdentityModel.JsonWebTokens/6.15.1": {
33483349
"type": "package",
33493350
"serviceable": true,
3350-
"sha512": "sha512-0qjS31rN1MQTc46tAYbzmMTSRfdV5ndZxSjYxIGqKSidd4wpNJfNII/pdhU5Fx8olarQoKL9lqqYw4yNOIwT0Q==",
3351-
"path": "microsoft.identitymodel.jsonwebtokens/6.10.0",
3352-
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.10.0.nupkg.sha512"
3351+
"sha512": "sha512-X5K/Pt02agb1V+khh5u7Q8hg02IVTshxV5owpR7UdQ9zfs0+A6qzca0F9jyv3o8SlOjEFHBabs+5cp7Noofzvg==",
3352+
"path": "microsoft.identitymodel.jsonwebtokens/6.15.1",
3353+
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.15.1.nupkg.sha512"
33533354
},
33543355
"Microsoft.IdentityModel.Logging/6.15.1": {
33553356
"type": "package",
@@ -3827,12 +3828,12 @@
38273828
"path": "system.globalization.extensions/4.3.0",
38283829
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
38293830
},
3830-
"System.IdentityModel.Tokens.Jwt/6.10.0": {
3831+
"System.IdentityModel.Tokens.Jwt/6.15.1": {
38313832
"type": "package",
38323833
"serviceable": true,
3833-
"sha512": "sha512-C+Q5ORsFycRkRuvy/Xd0Pv5xVpmWSAvQYZAGs7VQogmkqlLhvfZXTgBIlHqC3cxkstSoLJAYx6xZB7foQ2y5eg==",
3834-
"path": "system.identitymodel.tokens.jwt/6.10.0",
3835-
"hashPath": "system.identitymodel.tokens.jwt.6.10.0.nupkg.sha512"
3834+
"sha512": "sha512-q3ZLyWmpX4+jW4XITf7Axd+9sC6w2NrQaKcQQT9A8waoknHgaNwSeookpUmPMQDqS0afT9Lh0JYub196vzuzbA==",
3835+
"path": "system.identitymodel.tokens.jwt/6.15.1",
3836+
"hashPath": "system.identitymodel.tokens.jwt.6.15.1.nupkg.sha512"
38363837
},
38373838
"System.IO/4.3.0": {
38383839
"type": "package",

0 commit comments

Comments
 (0)