From bacd5179a3e94c6423ed88aa72dafcf198071b46 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 20 May 2022 17:34:53 +0800 Subject: [PATCH] Update OpenIddict document. --- docs/en/Modules/OpenIddict.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/en/Modules/OpenIddict.md b/docs/en/Modules/OpenIddict.md index 951a745aab..e9a2eeb762 100644 --- a/docs/en/Modules/OpenIddict.md +++ b/docs/en/Modules/OpenIddict.md @@ -131,11 +131,6 @@ Configure(options => For detailed information, please refer to: [OpenIddict claim destinations](https://documentation.openiddict.com/configuration/claim-destinations.html) -#### About Validation - -The `OpenIddict.Validation.AspNetCore` and `OpenIddict.Validation` are not integrated in the module, we use the authentication component provided by Microsoft. If you are more familiar with it, you can use it in your project. - - ### EF Core module Implements the above four repository interfaces.