mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-19 10:07:58 +08:00
Update the documentation pages
This commit is contained in:
@@ -283,9 +283,8 @@ if (await manager.FindByClientIdAsync("console") is null)
|
||||
options.IgnoreScopePermissions();
|
||||
});
|
||||
</code></pre><h2 id="response-type-permissions">Response type permissions</h2>
|
||||
<p>-> [!NOTE]</p>
|
||||
<blockquote><p>Response type permissions were introduced in OpenIddict 3.0.</p>
|
||||
</blockquote>
|
||||
<p>-> [!NOTE]
|
||||
-> Response type permissions were introduced in OpenIddict 3.0.</p>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user