From e5bcb2701ef71191208e4d3adf3f6545093d9a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 7 Nov 2022 22:23:30 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d6f1fbb..6abaa65e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ can be found in the [dedicated repository](https://github.com/openiddict/openidd | | | | | | ASP.NET Core 5.0 | .NET 5.0 | :heavy_check_mark: | :exclamation: | | ASP.NET Core 6.0 | .NET 6.0 | :heavy_check_mark: | :heavy_check_mark: | -| ASP.NET Core 7.0 | .NET 7.0 | :warning: :information_source: | :warning: :information_source: | +| ASP.NET Core 7.0 | .NET 7.0 | :warning: :information_source: | :heavy_check_mark: | | | | | | | Microsoft.Owin 4.2 | .NET Framework 4.6.1 | :heavy_check_mark: :information_source: | :heavy_check_mark: :information_source: | | Microsoft.Owin 4.2 | .NET Framework 4.7.2 | :heavy_check_mark: | :heavy_check_mark: | @@ -55,9 +55,11 @@ can be found in the [dedicated repository](https://github.com/openiddict/openidd > ASP.NET Core 2.1 on .NET Framework 4.6.1 (and higher) is still fully supported. > **Warning** -> OpenIddict is impacted by a breaking change introduced in ASP.NET Core 7.0 and may require using an `AppContext` compatibility +> OpenIddict 3.x is impacted by a breaking change introduced in ASP.NET Core 7.0 and may require using an `AppContext` compatibility > switch if the application only uses the OpenIddict server feature alone without any other authentication handler registered. > +> A workaround has been integrated into OpenIddict 4.0 preview5 and using a compatibility switch is no longer necessary on 4.0 preview5 and higher. +> > For more information, read [ASP.NET Core 7.0's default authentication handler fallback breaks OpenIddict](https://github.com/dotnet/aspnetcore/issues/44661). > **Note**