Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk authored Dec 5, 2023
1 parent cf42239 commit 0f951a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/2/client-authentication/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<p>Confidential clients authenticate when making requests to the OAuth authorization server.</p>
<p>The core OAuth 2.0 specification defines the "client password" (e.g. client secret) client authentication type, which defines the <code>client_secret</code> parameter as well as the method of including the client secret in the HTTP <code>Authorization</code> header.</p>
<p>There are additional forms of client authentication defined in extensions.</p>
<p>These are most common forms of client authentication.</p>
<ul>
<li><a href="https://www.rfc-editor.org/rfc/rfc6749#section-2.3.1">Client Secret</a> (RFC 6749 Section 2.3.1)</li>
<li><a href="/2/mtls/">Mutual TLS</a> (RFC 8705)</li>
Expand Down

0 comments on commit 0f951a2

Please sign in to comment.