mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-23 17:53:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -117,7 +117,8 @@ While not recommended, support for the <code>code_challenge_method=plain</code>
|
||||
<pre><code class="lang-csharp">services.AddOpenIddict()
|
||||
.AddServer(options =>
|
||||
{
|
||||
options.Configure(options => options.CodeChallengeMethods.Add(CodeChallengeMethods.Plain));
|
||||
options.Configure(options => options.CodeChallengeMethods.Add(
|
||||
CodeChallengeMethods.Plain));
|
||||
});
|
||||
</code></pre></article>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user