Bump OpenIddict to 3.0.5

This commit is contained in:
Kévin Chalet
2021-06-11 17:46:16 +02:00
parent fd0b896b2e
commit 0fa393b6f6
3 changed files with 7 additions and 6 deletions

View File

@@ -63,6 +63,7 @@ While not recommended, support for the `code_challenge_method=plain` method can
services.AddOpenIddict()
.AddServer(options =>
{
options.Configure(options => options.CodeChallengeMethods.Add(CodeChallengeMethods.Plain));
options.Configure(options => options.CodeChallengeMethods.Add(
CodeChallengeMethods.Plain));
});
```