Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IdentityDependencyVersion #9793

Merged
merged 4 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
- Update Python Worker Version to [4.23.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.23.0)
- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.5 (#9753)
- Add function grouping information (https://github.com/Azure/azure-functions-host/pull/9735)
- Bump `Microsoft.IdentityModel.Tokens`, `Microsoft.IdentityModel.Protocols.OpenIdConnect`, and
`System.IdentityModel.Tokens.Jwt` from 6.32.0 to 6.35.0 (#9793)
2 changes: 1 addition & 1 deletion src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<TieredCompilation>false</TieredCompilation>
<NoWarn>NU5104</NoWarn>
<IdentityDependencyVersion>6.32.0</IdentityDependencyVersion>
<IdentityDependencyVersion>6.35.0</IdentityDependencyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' != ''">
<PublishReadyToRun>true</PublishReadyToRun>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"Microsoft.Azure.WebJobs.Script": "4.29.0",
"Microsoft.Azure.WebJobs.Script.Grpc": "4.29.0",
"Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.32.0",
"Microsoft.IdentityModel.Tokens": "6.32.0",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
"Microsoft.IdentityModel.Tokens": "6.35.0",
"Microsoft.Security.Utilities": "1.3.0",
"Microsoft.SourceLink.GitHub": "1.0.0",
"StyleCop.Analyzers": "1.2.0-beta.435",
"System.IdentityModel.Tokens.Jwt": "6.32.0",
"System.IdentityModel.Tokens.Jwt": "6.35.0",
"System.Net.NameResolution": "4.3.0",
"System.Private.Uri": "4.3.2",
"System.Security.Cryptography.Xml": "4.7.1",
Expand Down Expand Up @@ -359,7 +359,7 @@
},
"Microsoft.AspNetCore.Authentication.JwtBearer/6.0.0": {
"dependencies": {
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.32.0"
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0"
},
"runtime": {
"lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
Expand Down Expand Up @@ -718,7 +718,7 @@
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
"Microsoft.IdentityModel.Validators": "6.32.0",
"Newtonsoft.Json": "13.0.2",
"System.IdentityModel.Tokens.Jwt": "6.32.0",
"System.IdentityModel.Tokens.Jwt": "6.35.0",
"System.Security.Cryptography.X509Certificates": "4.3.1"
},
"runtime": {
Expand Down Expand Up @@ -1034,7 +1034,7 @@
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "2.1.0",
"Microsoft.Extensions.DependencyInjection": "6.0.0",
"System.IdentityModel.Tokens.Jwt": "6.32.0"
"System.IdentityModel.Tokens.Jwt": "6.35.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Azure.WebSites.DataProtection.dll": {
Expand Down Expand Up @@ -1511,7 +1511,7 @@
},
"Microsoft.Identity.Client/4.54.1": {
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.32.0"
"Microsoft.IdentityModel.Abstractions": "6.35.0"
},
"runtime": {
"lib/net6.0/Microsoft.Identity.Client.dll": {
Expand All @@ -1533,82 +1533,82 @@
}
}
},
"Microsoft.IdentityModel.Abstractions/6.32.0": {
"Microsoft.IdentityModel.Abstractions/6.35.0": {
"runtime": {
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
"assemblyVersion": "6.32.0.0",
"fileVersion": "6.32.0.40712"
"assemblyVersion": "6.35.0.0",
"fileVersion": "6.35.0.41201"
}
}
},
"Microsoft.IdentityModel.JsonWebTokens/6.32.0": {
"Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "6.32.0",
"Microsoft.IdentityModel.Tokens": "6.35.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encodings.Web": "6.0.0",
"System.Text.Json": "6.0.9"
},
"runtime": {
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"assemblyVersion": "6.32.0.0",
"fileVersion": "6.32.0.40712"
"assemblyVersion": "6.35.0.0",
"fileVersion": "6.35.0.41201"
}
}
},
"Microsoft.IdentityModel.Logging/6.32.0": {
"Microsoft.IdentityModel.Logging/6.35.0": {
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.32.0"
"Microsoft.IdentityModel.Abstractions": "6.35.0"
},
"runtime": {
"lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
"assemblyVersion": "6.32.0.0",
"fileVersion": "6.32.0.40712"
"assemblyVersion": "6.35.0.0",
"fileVersion": "6.35.0.41201"
}
}
},
"Microsoft.IdentityModel.Protocols/6.32.0": {
"Microsoft.IdentityModel.Protocols/6.35.0": {
"dependencies": {
"Microsoft.IdentityModel.Logging": "6.32.0",
"Microsoft.IdentityModel.Tokens": "6.32.0"
"Microsoft.IdentityModel.Logging": "6.35.0",
"Microsoft.IdentityModel.Tokens": "6.35.0"
},
"runtime": {
"lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
"assemblyVersion": "6.32.0.0",
"fileVersion": "6.32.0.40712"
"assemblyVersion": "6.35.0.0",
"fileVersion": "6.35.0.41201"
}
}
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.32.0": {
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
"dependencies": {
"Microsoft.IdentityModel.Protocols": "6.32.0",
"System.IdentityModel.Tokens.Jwt": "6.32.0"
"Microsoft.IdentityModel.Protocols": "6.35.0",
"System.IdentityModel.Tokens.Jwt": "6.35.0"
},
"runtime": {
"lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
"assemblyVersion": "6.32.0.0",
"fileVersion": "6.32.0.40712"
"assemblyVersion": "6.35.0.0",
"fileVersion": "6.35.0.41201"
}
}
},
"Microsoft.IdentityModel.Tokens/6.32.0": {
"Microsoft.IdentityModel.Tokens/6.35.0": {
"dependencies": {
"Microsoft.CSharp": "4.7.0",
"Microsoft.IdentityModel.Logging": "6.32.0",
"Microsoft.IdentityModel.Logging": "6.35.0",
"System.Security.Cryptography.Cng": "5.0.0"
},
"runtime": {
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
"assemblyVersion": "6.32.0.0",
"fileVersion": "6.32.0.40712"
"assemblyVersion": "6.35.0.0",
"fileVersion": "6.35.0.41201"
}
}
},
"Microsoft.IdentityModel.Validators/6.32.0": {
"dependencies": {
"Microsoft.IdentityModel.Protocols": "6.32.0",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.32.0",
"Microsoft.IdentityModel.Tokens": "6.32.0",
"System.IdentityModel.Tokens.Jwt": "6.32.0"
"Microsoft.IdentityModel.Protocols": "6.35.0",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
"Microsoft.IdentityModel.Tokens": "6.35.0",
"System.IdentityModel.Tokens.Jwt": "6.35.0"
},
"runtime": {
"lib/net6.0/Microsoft.IdentityModel.Validators.dll": {
Expand Down Expand Up @@ -2203,15 +2203,15 @@
"System.Runtime.InteropServices": "4.3.0"
}
},
"System.IdentityModel.Tokens.Jwt/6.32.0": {
"System.IdentityModel.Tokens.Jwt/6.35.0": {
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "6.32.0",
"Microsoft.IdentityModel.Tokens": "6.32.0"
"Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
"Microsoft.IdentityModel.Tokens": "6.35.0"
},
"runtime": {
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
"assemblyVersion": "6.32.0.0",
"fileVersion": "6.32.0.40712"
"assemblyVersion": "6.35.0.0",
"fileVersion": "6.35.0.41201"
}
}
},
Expand Down Expand Up @@ -4061,47 +4061,47 @@
"path": "microsoft.identity.client.extensions.msal/2.31.0",
"hashPath": "microsoft.identity.client.extensions.msal.2.31.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Abstractions/6.32.0": {
"Microsoft.IdentityModel.Abstractions/6.35.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-um663JITPLjIEXtSDdKfqUzukOR4fnzAdx9FyO9maQ8WSl0Ds4doe6uu45DpzUciPCOujdkUX524AKkI2krtHw==",
"path": "microsoft.identitymodel.abstractions/6.32.0",
"hashPath": "microsoft.identitymodel.abstractions.6.32.0.nupkg.sha512"
"sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
"path": "microsoft.identitymodel.abstractions/6.35.0",
"hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
},
"Microsoft.IdentityModel.JsonWebTokens/6.32.0": {
"Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KhsKejXFKbMFe3aw/2yHvOz2Go5MS1PmdcUL/Ydg9I4vak9qG5zxLcWzlns9HcFFeSlvdu/xyeW+wB5v/4lEUQ==",
"path": "microsoft.identitymodel.jsonwebtokens/6.32.0",
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.32.0.nupkg.sha512"
"sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
"path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Logging/6.32.0": {
"Microsoft.IdentityModel.Logging/6.35.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+hHJNxVh7ZINcXcUoR7lnLA5GuOfrdTe8YFUoS8Ph9mkZKgkthNLmajLK+LOXaGwbXN4csHOBW7HSAS8z++o6A==",
"path": "microsoft.identitymodel.logging/6.32.0",
"hashPath": "microsoft.identitymodel.logging.6.32.0.nupkg.sha512"
"sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
"path": "microsoft.identitymodel.logging/6.35.0",
"hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Protocols/6.32.0": {
"Microsoft.IdentityModel.Protocols/6.35.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rHNZ0AWlIJb/rJWaD6/7m9UYAb+TXZRcZ5QPqvBxRz7HfovQAyPO1MNZAE6ex8Q4RuthqQVVMD8CyKfRAop/wQ==",
"path": "microsoft.identitymodel.protocols/6.32.0",
"hashPath": "microsoft.identitymodel.protocols.6.32.0.nupkg.sha512"
"sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
"path": "microsoft.identitymodel.protocols/6.35.0",
"hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.32.0": {
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yxluF9Yghwjrp2N1kcnZpkbJJyIFWF6RYF2SPQJBsItE9sKaFAypGHZ2EK9YcdewDHj+5+iP6IGzlQF9HlWKeQ==",
"path": "microsoft.identitymodel.protocols.openidconnect/6.32.0",
"hashPath": "microsoft.identitymodel.protocols.openidconnect.6.32.0.nupkg.sha512"
"sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
"path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
"hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Tokens/6.32.0": {
"Microsoft.IdentityModel.Tokens/6.35.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+5/SF2KhDmudpANOKf9LhKoljV05053KAxlp7ITEoTtgMomWcfSwliMooG6IzwAuP4jlOD/f86/YSXCmdjqodQ==",
"path": "microsoft.identitymodel.tokens/6.32.0",
"hashPath": "microsoft.identitymodel.tokens.6.32.0.nupkg.sha512"
"sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
"path": "microsoft.identitymodel.tokens/6.35.0",
"hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Validators/6.32.0": {
"type": "package",
Expand Down Expand Up @@ -4572,12 +4572,12 @@
"path": "system.globalization.extensions/4.3.0",
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
},
"System.IdentityModel.Tokens.Jwt/6.32.0": {
"System.IdentityModel.Tokens.Jwt/6.35.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-SgegM/R/pugCrR9qmDSK9amFl8lazRZG1a1nI4qSpZ2gJBlqqrPM+U9DgHdBb5cMvPmjiRo69HAaCI/5JqFQIw==",
"path": "system.identitymodel.tokens.jwt/6.32.0",
"hashPath": "system.identitymodel.tokens.jwt.6.32.0.nupkg.sha512"
"sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
"path": "system.identitymodel.tokens.jwt/6.35.0",
"hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
},
"System.IO/4.3.0": {
"type": "package",
Expand Down
Loading