Skip to content

Commit 33b2ad4

Browse files
authored
Merge pull request #17 from panva/iana-update
2 parents 3adbdd8 + 7df6c62 commit 33b2ad4

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

draft-ietf-oauth-rfc7523bis.xml

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,47 @@
646646
</section>
647647

648648
</section>
649+
650+
<section title="OAuth Token Endpoint Authentication Methods" anchor="MethodsReg">
651+
<t>
652+
This section updates entries in the "OAuth Token Endpoint Authentication Methods" registry <xref target="IANA.OAuthParameters"/>
653+
</t>
654+
655+
<section title="Registry Contents" anchor="MethodsContents">
656+
<t>
657+
<?rfc subcompact="yes"?>
658+
<list style="symbols">
659+
<t>
660+
Token Endpoint Authentication Method Name: private_key_jwt
661+
</t>
662+
<t>
663+
Change Controller: IETF
664+
</t>
665+
<t>
666+
Reference: Section 9 of <xref target="OpenID.Core"/>, [[this specification]]
667+
</t>
668+
</list>
669+
<?rfc subcompact="no"?>
670+
</t>
671+
<t></t>
672+
<t>
673+
<?rfc subcompact="yes"?>
674+
<list style="symbols">
675+
<t>
676+
Token Endpoint Authentication Method Name: client_secret_jwt
677+
</t>
678+
<t>
679+
Change Controller: IETF
680+
</t>
681+
<t>
682+
Reference: Section 9 of <xref target="OpenID.Core"/>, [[this specification]]
683+
</t>
684+
</list>
685+
<?rfc subcompact="no"?>
686+
</t>
687+
</section>
688+
689+
</section>
649690
</section>
650691

651692
</middle>
@@ -798,6 +839,16 @@
798839
</front>
799840
</reference>
800841

842+
<reference anchor="IANA.OAuthParameters" target="https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml">
843+
<front>
844+
<title>OAuth Parameters</title>
845+
<author>
846+
<organization>IANA</organization>
847+
</author>
848+
<date/>
849+
</front>
850+
</reference>
851+
801852
</references>
802853

803854
<section title="Document History" anchor="History">
@@ -808,7 +859,10 @@
808859
<t>
809860
-03
810861
<list style="symbols">
811-
<t>
862+
<t>
863+
Update OAuth Token Endpoint Authentication Methods IANA entries with reference to this specification
864+
</t>
865+
<t>
812866
Relaxed client requirement to use strong typed JWTs. SHOULD instead of MUST.
813867
</t>
814868
<t>

0 commit comments

Comments
 (0)