Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-01-13 05:05:04 +00:00
parent 4ac33e63bb
commit 803d89de1f
3 changed files with 24 additions and 29 deletions

View File

@@ -283,8 +283,8 @@ if (await manager.FindByClientIdAsync("console") is null)
options.IgnoreScopePermissions();
});
</code></pre><h2 id="response-type-permissions">Response type permissions</h2>
<p>-&gt; [!NOTE]
-&gt; Response type permissions were introduced in OpenIddict 3.0.</p>
<div class="NOTE"><h5>Note</h5><p>Response type permissions were introduced in OpenIddict 3.0.</p>
</div>
<h3 id="definition-3">Definition</h3>
<p>Response type permissions limit the response types a client application is allowed to use when implementing an interactive flow like code, implicit or hybrid.</p>
<h3 id="supported-permissions-3">Supported permissions</h3>