diff --git a/index.html b/index.html index 6d34d55..e5bc639 100644 --- a/index.html +++ b/index.html @@ -173,6 +173,12 @@ can be found in the d
❗ Note: ASP.NET Core 2.1 on .NET Core 2.1 and ASP.NET Core 5.0 on .NET 5.0 are no longer supported. While OpenIddict 4.x can still be
+ ❗ Note: ASP.NET Core 2.1 on .NET Core 2.1 and ASP.NET Core 5.0 on .NET 5.0 are no longer supported by Microsoft. While OpenIddict 4.x can still be
used on .NET Core 2.1 thanks to its .NET Standard 2.0 compatibility, users are strongly encouraged to migrate to ASP.NET Core/.NET 6.0.
ASP.NET Core 2.1 on .NET Framework 4.6.1 (and higher) is still fully supported. ❗ Note: OpenIddict is impacted by a breaking change introduced in ASP.NET Core 7.0 and may require using an ℹ️ Note: the following features are not available when targeting .NET Framework 4.6.1:AppContext
compatibility
+switch if the application only uses the OpenIddict server feature alone without any other authentication handler registered.
+For more information, read ASP.NET Core 7.0's default authentication handler fallback breaks OpenIddict.
AddDevelopmentEncryptionCertificate()
or AddDevelopmentSigningCertificate()
diff --git a/manifest.json b/manifest.json
index 4b3f30e..8f447a6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1682,7 +1682,7 @@
"output": {
".html": {
"relative_path": "index.html",
- "hash": "kumg1o38TZzb+1NoZDgD9w=="
+ "hash": "sTbthPUYOvT8SLmwaqXvOw=="
}
},
"is_incremental": false,