Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 55 additions & 1 deletion draft-ietf-oauth-rfc7523bis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,47 @@
</section>

</section>

<section title="OAuth Token Endpoint Authentication Methods" anchor="MethodsReg">
<t>
This section updates entries in the "OAuth Token Endpoint Authentication Methods" registry <xref target="IANA.OAuthParameters"/>
</t>

<section title="Registry Contents" anchor="MethodsContents">
<t>
<?rfc subcompact="yes"?>
<list style="symbols">
<t>
Token Endpoint Authentication Method Name: private_key_jwt
</t>
<t>
Change Controller: IETF
</t>
<t>
Reference: Section 9 of <xref target="OpenID.Core"/>, [[this specification]]
</t>
</list>
<?rfc subcompact="no"?>
</t>
<t></t>
<t>
<?rfc subcompact="yes"?>
<list style="symbols">
<t>
Token Endpoint Authentication Method Name: client_secret_jwt
</t>
<t>
Change Controller: IETF
</t>
<t>
Reference: Section 9 of <xref target="OpenID.Core"/>, [[this specification]]
</t>
</list>
<?rfc subcompact="no"?>
</t>
</section>

</section>
</section>

</middle>
Expand Down Expand Up @@ -798,6 +839,16 @@
</front>
</reference>

<reference anchor="IANA.OAuthParameters" target="https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml">
<front>
<title>OAuth Parameters</title>
<author>
<organization>IANA</organization>
</author>
<date/>
</front>
</reference>

</references>

<section title="Document History" anchor="History">
Expand All @@ -808,7 +859,10 @@
<t>
-03
<list style="symbols">
<t>
<t>
Update OAuth Token Endpoint Authentication Methods IANA entries with reference to this specification
</t>
<t>
Relaxed client requirement to use strong typed JWTs. SHOULD instead of MUST.
</t>
<t>
Expand Down