Skip to content

Commit 22cb215

Browse files
authored
Updating identity references (#9293)
1 parent 6285dc2 commit 22cb215

File tree

3 files changed

+56
-49
lines changed

3 files changed

+56
-49
lines changed

release_notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
- Remove feature flag for http proxying (https://github.com/Azure/azure-functions-host/pull/9341)
88
- Add error handling for http proxying failure scenarios (https://github.com/Azure/azure-functions-host/pull/9342)
99
- Update PowerShell Worker 7.0 to 4.0.2850 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2850)
10-
- Update Node.js Worker Version to [3.7.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.7.0)
10+
- Update Node.js Worker Version to [3.7.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.7.0)
11+
- Identity dependencies updated to 6.31.0:
12+
- Microsoft.IdentityModel.Tokens
13+
- System.IdentityModel.Tokens.Jwt
14+
- Microsoft.IdentityModel.Abstractions
15+
- Microsoft.IdentityModel.JsonWebTokens
16+
- Microsoft.IdentityModel.Logging

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
1111
<TieredCompilation>false</TieredCompilation>
1212
<NoWarn>NU5104</NoWarn>
13-
<IdentityDependencyVersion>6.24.0</IdentityDependencyVersion>
13+
<IdentityDependencyVersion>6.31.0</IdentityDependencyVersion>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(RuntimeIdentifier)' != ''">
1616
<PublishReadyToRun>true</PublishReadyToRun>

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

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"Microsoft.Azure.WebJobs.Script": "4.24.0",
2929
"Microsoft.Azure.WebJobs.Script.Grpc": "4.24.0",
3030
"Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha",
31-
"Microsoft.IdentityModel.Tokens": "6.24.0",
31+
"Microsoft.IdentityModel.Tokens": "6.30.1",
3232
"Microsoft.Security.Utilities": "1.3.0",
3333
"Microsoft.SourceLink.GitHub": "1.0.0",
3434
"StyleCop.Analyzers": "1.2.0-beta.435",
35-
"System.IdentityModel.Tokens.Jwt": "6.24.0",
35+
"System.IdentityModel.Tokens.Jwt": "6.30.1",
3636
"System.Net.NameResolution": "4.3.0",
3737
"System.Private.Uri": "4.3.2",
3838
"System.Security.Cryptography.Xml": "4.7.1",
@@ -700,7 +700,7 @@
700700
"Microsoft.Extensions.Configuration": "6.0.0",
701701
"Microsoft.Extensions.Logging": "6.0.0",
702702
"Newtonsoft.Json": "13.0.2",
703-
"System.IdentityModel.Tokens.Jwt": "6.24.0",
703+
"System.IdentityModel.Tokens.Jwt": "6.30.1",
704704
"System.Security.Cryptography.X509Certificates": "4.3.1",
705705
"System.Text.Encodings.Web": "6.0.0"
706706
},
@@ -995,7 +995,7 @@
995995
"dependencies": {
996996
"Microsoft.AspNetCore.DataProtection": "2.1.0",
997997
"Microsoft.Extensions.DependencyInjection": "6.0.0",
998-
"System.IdentityModel.Tokens.Jwt": "6.24.0"
998+
"System.IdentityModel.Tokens.Jwt": "6.30.1"
999999
},
10001000
"runtime": {
10011001
"lib/netstandard2.0/Microsoft.Azure.WebSites.DataProtection.dll": {
@@ -1488,42 +1488,43 @@
14881488
}
14891489
}
14901490
},
1491-
"Microsoft.IdentityModel.Abstractions/6.24.0": {
1491+
"Microsoft.IdentityModel.Abstractions/6.30.1": {
14921492
"runtime": {
14931493
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
1494-
"assemblyVersion": "6.24.0.0",
1495-
"fileVersion": "6.24.0.31013"
1494+
"assemblyVersion": "6.31.0.0",
1495+
"fileVersion": "6.31.0.40607"
14961496
}
14971497
}
14981498
},
1499-
"Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
1499+
"Microsoft.IdentityModel.JsonWebTokens/6.30.1": {
15001500
"dependencies": {
1501-
"Microsoft.IdentityModel.Tokens": "6.24.0",
1501+
"Microsoft.IdentityModel.Tokens": "6.30.1",
15021502
"System.Text.Encoding": "4.3.0",
1503+
"System.Text.Encodings.Web": "6.0.0",
15031504
"System.Text.Json": "6.0.0"
15041505
},
15051506
"runtime": {
15061507
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
1507-
"assemblyVersion": "6.24.0.0",
1508-
"fileVersion": "6.24.0.31013"
1508+
"assemblyVersion": "6.31.0.0",
1509+
"fileVersion": "6.31.0.40607"
15091510
}
15101511
}
15111512
},
1512-
"Microsoft.IdentityModel.Logging/6.24.0": {
1513+
"Microsoft.IdentityModel.Logging/6.30.1": {
15131514
"dependencies": {
1514-
"Microsoft.IdentityModel.Abstractions": "6.24.0"
1515+
"Microsoft.IdentityModel.Abstractions": "6.30.1"
15151516
},
15161517
"runtime": {
15171518
"lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
1518-
"assemblyVersion": "6.24.0.0",
1519-
"fileVersion": "6.24.0.31013"
1519+
"assemblyVersion": "6.31.0.0",
1520+
"fileVersion": "6.31.0.40607"
15201521
}
15211522
}
15221523
},
15231524
"Microsoft.IdentityModel.Protocols/6.10.0": {
15241525
"dependencies": {
1525-
"Microsoft.IdentityModel.Logging": "6.24.0",
1526-
"Microsoft.IdentityModel.Tokens": "6.24.0"
1526+
"Microsoft.IdentityModel.Logging": "6.30.1",
1527+
"Microsoft.IdentityModel.Tokens": "6.30.1"
15271528
},
15281529
"runtime": {
15291530
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
@@ -1535,7 +1536,7 @@
15351536
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
15361537
"dependencies": {
15371538
"Microsoft.IdentityModel.Protocols": "6.10.0",
1538-
"System.IdentityModel.Tokens.Jwt": "6.24.0"
1539+
"System.IdentityModel.Tokens.Jwt": "6.30.1"
15391540
},
15401541
"runtime": {
15411542
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
@@ -1544,16 +1545,16 @@
15441545
}
15451546
}
15461547
},
1547-
"Microsoft.IdentityModel.Tokens/6.24.0": {
1548+
"Microsoft.IdentityModel.Tokens/6.30.1": {
15481549
"dependencies": {
15491550
"Microsoft.CSharp": "4.7.0",
1550-
"Microsoft.IdentityModel.Logging": "6.24.0",
1551+
"Microsoft.IdentityModel.Logging": "6.30.1",
15511552
"System.Security.Cryptography.Cng": "5.0.0"
15521553
},
15531554
"runtime": {
15541555
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
1555-
"assemblyVersion": "6.24.0.0",
1556-
"fileVersion": "6.24.0.31013"
1556+
"assemblyVersion": "6.31.0.0",
1557+
"fileVersion": "6.31.0.40607"
15571558
}
15581559
}
15591560
},
@@ -2137,15 +2138,15 @@
21372138
"System.Runtime.InteropServices": "4.3.0"
21382139
}
21392140
},
2140-
"System.IdentityModel.Tokens.Jwt/6.24.0": {
2141+
"System.IdentityModel.Tokens.Jwt/6.30.1": {
21412142
"dependencies": {
2142-
"Microsoft.IdentityModel.JsonWebTokens": "6.24.0",
2143-
"Microsoft.IdentityModel.Tokens": "6.24.0"
2143+
"Microsoft.IdentityModel.JsonWebTokens": "6.30.1",
2144+
"Microsoft.IdentityModel.Tokens": "6.30.1"
21442145
},
21452146
"runtime": {
21462147
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
2147-
"assemblyVersion": "6.24.0.0",
2148-
"fileVersion": "6.24.0.31013"
2148+
"assemblyVersion": "6.31.0.0",
2149+
"fileVersion": "6.31.0.40607"
21492150
}
21502151
}
21512152
},
@@ -3966,26 +3967,26 @@
39663967
"path": "microsoft.identity.client.extensions.msal/2.18.4",
39673968
"hashPath": "microsoft.identity.client.extensions.msal.2.18.4.nupkg.sha512"
39683969
},
3969-
"Microsoft.IdentityModel.Abstractions/6.24.0": {
3970+
"Microsoft.IdentityModel.Abstractions/6.30.1": {
39703971
"type": "package",
39713972
"serviceable": true,
3972-
"sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==",
3973-
"path": "microsoft.identitymodel.abstractions/6.24.0",
3974-
"hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512"
3973+
"sha512": "sha512-1YVmnuYYz53M+KGa7HvZ+Vvqchwp97ngDk2I4QoiQi+HL7rpifvyaMyVMFhdlmoRlQcnSwJbNp7ulPctGnFfkQ==",
3974+
"path": "microsoft.identitymodel.abstractions/6.30.1",
3975+
"hashPath": "microsoft.identitymodel.abstractions.6.30.1.nupkg.sha512"
39753976
},
3976-
"Microsoft.IdentityModel.JsonWebTokens/6.24.0": {
3977+
"Microsoft.IdentityModel.JsonWebTokens/6.30.1": {
39773978
"type": "package",
39783979
"serviceable": true,
3979-
"sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==",
3980-
"path": "microsoft.identitymodel.jsonwebtokens/6.24.0",
3981-
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512"
3980+
"sha512": "sha512-H9o5zbuxfRKCEVULmxLCv1LTz1hmzaqG2Gk6X9Yq0QeJ1HeUQo1fwjaj+N1H55TQnZ8LNbmMdMCl/VqW3cJWvw==",
3981+
"path": "microsoft.identitymodel.jsonwebtokens/6.30.1",
3982+
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.30.1.nupkg.sha512"
39823983
},
3983-
"Microsoft.IdentityModel.Logging/6.24.0": {
3984+
"Microsoft.IdentityModel.Logging/6.30.1": {
39843985
"type": "package",
39853986
"serviceable": true,
3986-
"sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==",
3987-
"path": "microsoft.identitymodel.logging/6.24.0",
3988-
"hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512"
3987+
"sha512": "sha512-zE6TG08T8MPZfkXqOWegvvIhKZRiYyj2xgr4QQuWyXypSGPyZrkBwJf5IXU4T3aIKqVfALSnAYCW/IqMaCY4gA==",
3988+
"path": "microsoft.identitymodel.logging/6.30.1",
3989+
"hashPath": "microsoft.identitymodel.logging.6.30.1.nupkg.sha512"
39893990
},
39903991
"Microsoft.IdentityModel.Protocols/6.10.0": {
39913992
"type": "package",
@@ -4001,12 +4002,12 @@
40014002
"path": "microsoft.identitymodel.protocols.openidconnect/6.10.0",
40024003
"hashPath": "microsoft.identitymodel.protocols.openidconnect.6.10.0.nupkg.sha512"
40034004
},
4004-
"Microsoft.IdentityModel.Tokens/6.24.0": {
4005+
"Microsoft.IdentityModel.Tokens/6.30.1": {
40054006
"type": "package",
40064007
"serviceable": true,
4007-
"sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==",
4008-
"path": "microsoft.identitymodel.tokens/6.24.0",
4009-
"hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512"
4008+
"sha512": "sha512-iLEwF/zEopanfMQcIcq190S/bBjSj3v6UfqN37KqRqsKB9kkm3/tYCrIQOtvLKbEe/znQXC6HoQhknDTszPz2Q==",
4009+
"path": "microsoft.identitymodel.tokens/6.30.1",
4010+
"hashPath": "microsoft.identitymodel.tokens.6.30.1.nupkg.sha512"
40104011
},
40114012
"Microsoft.Net.Http.Headers/2.2.0": {
40124013
"type": "package",
@@ -4470,12 +4471,12 @@
44704471
"path": "system.globalization.extensions/4.3.0",
44714472
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
44724473
},
4473-
"System.IdentityModel.Tokens.Jwt/6.24.0": {
4474+
"System.IdentityModel.Tokens.Jwt/6.30.1": {
44744475
"type": "package",
44754476
"serviceable": true,
4476-
"sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==",
4477-
"path": "system.identitymodel.tokens.jwt/6.24.0",
4478-
"hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512"
4477+
"sha512": "sha512-THhcemCnzUJnrCojmNmafJGluAmfumVFT18oSPa+epEfVuiXXdmitu7UvmayMq6FrBJKrZzHdVfh7CXg+uvBPQ==",
4478+
"path": "system.identitymodel.tokens.jwt/6.30.1",
4479+
"hashPath": "system.identitymodel.tokens.jwt.6.30.1.nupkg.sha512"
44794480
},
44804481
"System.IO/4.3.0": {
44814482
"type": "package",

0 commit comments

Comments
 (0)