From 7ea4c5bf885c808cb6e929859934b42183895556 Mon Sep 17 00:00:00 2001 From: trwalke Date: Mon, 29 Jun 2026 10:42:13 -0700 Subject: [PATCH 01/10] Update WsFederation package to version 5.7.0 Upgraded Microsoft.IdentityModel.Protocols.WsFederation NuGet package in Microsoft.Identity.Web.OWIN.csproj from version 5.5.0 to 5.7.0 to ensure compatibility and receive the latest fixes and features. --- .../Microsoft.Identity.Web.OWIN.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index a7c2d2a2b..6a8d08118 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -33,7 +33,7 @@ - + From 09ceaff0181097d75edff5596015475ee688963e Mon Sep 17 00:00:00 2001 From: trwalke Date: Mon, 29 Jun 2026 11:31:55 -0700 Subject: [PATCH 02/10] Update WsFederation package to version 8.2.0 Upgraded Microsoft.IdentityModel.Protocols.WsFederation in Microsoft.Identity.Web.OWIN.csproj from version 5.7.0 to 8.2.0 to ensure compatibility with the latest features and security updates. --- .../Microsoft.Identity.Web.OWIN.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 6a8d08118..24053cd35 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -33,7 +33,7 @@ - + From e5cf87199a8679ece24fbacae215eee47e96af95 Mon Sep 17 00:00:00 2001 From: trwalke Date: Mon, 29 Jun 2026 13:09:38 -0700 Subject: [PATCH 03/10] Revert "Update WsFederation package to version 8.2.0" This reverts commit 3f1febd258c761e8a8f1dad22ed5fdfe33a6c2e5. --- .../Microsoft.Identity.Web.OWIN.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 24053cd35..6a8d08118 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -33,7 +33,7 @@ - + From e774156d89ac6cedbcad90eb236ddb3b65437092 Mon Sep 17 00:00:00 2001 From: trwalke Date: Mon, 29 Jun 2026 15:03:44 -0700 Subject: [PATCH 04/10] Pin Microsoft.IdentityModel.Tokens.Saml to version 5.7.1 --- .../Microsoft.Identity.Web.OWIN.csproj | 1 + tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 6a8d08118..6e0222db7 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -34,6 +34,7 @@ + diff --git a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj index 12f3f23ad..8b2395cf6 100644 --- a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj +++ b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj @@ -116,6 +116,7 @@ + From 59df0e8e393965211bd8d3a36a3b56d779a0466d Mon Sep 17 00:00:00 2001 From: trwalke Date: Mon, 29 Jun 2026 21:18:20 -0700 Subject: [PATCH 05/10] Update SamlPackageVersion handling for conditional package versioning --- .../Microsoft.Identity.Web.OWIN.csproj | 13 ++++++++++++- .../DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 6e0222db7..663888f6e 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -16,6 +16,17 @@ Microsoft.Identity.Web.OWIN.xml + + + 5.7.1 + 5.7.0 + + True @@ -34,7 +45,7 @@ - + diff --git a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj index 8b2395cf6..38583ea59 100644 --- a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj +++ b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj @@ -105,6 +105,17 @@ + + + 5.7.1 + 5.7.0 + @@ -116,7 +127,7 @@ - + From 73a157e7eae5fcc166f71b02d467f5b94ebab2f6 Mon Sep 17 00:00:00 2001 From: trwalke Date: Tue, 30 Jun 2026 01:53:14 -0700 Subject: [PATCH 06/10] Refactor package version handling for IdentityModel to ensure consistent versioning across dependencies --- .../Microsoft.Identity.Web.OWIN.csproj | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 663888f6e..91af04d64 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -16,15 +16,16 @@ Microsoft.Identity.Web.OWIN.xml - + back to it there. Can be overridden explicitly with -p:IdentityModelV5Version=x.y.z. --> - 5.7.1 - 5.7.0 + 5.7.1 + 5.7.0 @@ -44,8 +45,8 @@ - - + + From 39964c0927acf40cc3ca22bd94c386be14bb50c9 Mon Sep 17 00:00:00 2001 From: trwalke Date: Tue, 30 Jun 2026 11:53:50 -0700 Subject: [PATCH 07/10] Demote MSB3277 warning to message for internal IdentityModel 5.7.1 build to avoid build issues --- .../Microsoft.Identity.Web.OWIN.csproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 91af04d64..82d55b6f5 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -28,6 +28,16 @@ 5.7.0 + + + $(MSBuildWarningsAsMessages);MSB3277 + + True From d7fe6e6a91f72fa3e82022e0e8c9524770abe727 Mon Sep 17 00:00:00 2001 From: Travis Walker Date: Tue, 30 Jun 2026 15:07:15 -0700 Subject: [PATCH 08/10] Update Microsoft.Identity.Web.OWIN.csproj --- .../Microsoft.Identity.Web.OWIN.csproj | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj index 82d55b6f5..20e1658da 100644 --- a/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj +++ b/src/Microsoft.Identity.Web.OWIN/Microsoft.Identity.Web.OWIN.csproj @@ -16,24 +16,11 @@ Microsoft.Identity.Web.OWIN.xml - 5.7.1 5.7.0 - $(MSBuildWarningsAsMessages);MSB3277 From f85a7f8c48e73f29f53015c1cec4c5c1eb5ec923 Mon Sep 17 00:00:00 2001 From: Travis Walker Date: Tue, 30 Jun 2026 15:07:37 -0700 Subject: [PATCH 09/10] Update OwinWebApi.csproj --- tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj index 38583ea59..30251ab56 100644 --- a/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj +++ b/tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj @@ -105,13 +105,7 @@ - + 5.7.1 5.7.0 @@ -202,4 +196,4 @@ --> - \ No newline at end of file + From d4a302dec9cdec6c6703392e19e96f20bc39d8d9 Mon Sep 17 00:00:00 2001 From: Iarek Kovtunenko <16271112+iarekk@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:45:24 +0100 Subject: [PATCH 10/10] Sidecar: bump OpenAPI package versions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Microsoft.Identity.Web.Sidecar/Directory.Build.props | 3 ++- .../Microsoft.Identity.Web.Sidecar.csproj | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.Identity.Web.Sidecar/Directory.Build.props b/src/Microsoft.Identity.Web.Sidecar/Directory.Build.props index 4e960bd44..a36a67829 100644 --- a/src/Microsoft.Identity.Web.Sidecar/Directory.Build.props +++ b/src/Microsoft.Identity.Web.Sidecar/Directory.Build.props @@ -4,8 +4,9 @@ net10.0 - 10.0.0 + 10.0.9 $(SidecarAspDependencyVersion) + 2.9.0 $(SidecarAspDependencyVersion) 1.22.1 diff --git a/src/Microsoft.Identity.Web.Sidecar/Microsoft.Identity.Web.Sidecar.csproj b/src/Microsoft.Identity.Web.Sidecar/Microsoft.Identity.Web.Sidecar.csproj index 506bfefef..bc5b2ef2f 100644 --- a/src/Microsoft.Identity.Web.Sidecar/Microsoft.Identity.Web.Sidecar.csproj +++ b/src/Microsoft.Identity.Web.Sidecar/Microsoft.Identity.Web.Sidecar.csproj @@ -32,6 +32,7 @@ + runtime; build; native; contentfiles; analyzers; buildtransitive all