Skip to content

Commit a07a732

Browse files
committed
Correct names of parameters now considered mistakes
1 parent f8f8330 commit a07a732

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

openid-connect-rp-metadata-choices-1_0.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</address>
5959
</author>
6060

61-
<date day="30" month="August" year="2025" />
61+
<date day="2" month="September" year="2025" />
6262

6363
<workgroup>OpenID Connect Working Group</workgroup>
6464

@@ -434,20 +434,21 @@
434434
<t>
435435
It is a consensus position within the OpenID Connect working group that
436436
it was a mistake to create separate
437-
<spanx style="verb">revocation_endpoint_auth_method</spanx> and
438-
<spanx style="verb">introspection_endpoint_auth_method</spanx>
439-
Client Metadata parameters.
437+
<spanx style="verb">revocation_endpoint_auth_methods_supported</spanx> and
438+
<spanx style="verb">introspection_endpoint_auth_methods_supported</spanx>
439+
Authorization Server Metadata parameters in <xref target="RFC8414"/>.
440440
This aligns with the decision by the OAuth Working group to use the
441441
<spanx style="verb">token_endpoint_auth_methods_supported</spanx> and
442-
<spanx style="verb">token_endpoint_auth_method</spanx> parameters
443-
to describe the capabilities of the Pushed Authorization Request (PAR) Endpoint,
442+
<spanx style="verb">token_endpoint_auth_method</spanx> metadata parameters
443+
to describe the capabilities of the
444+
Pushed Authorization Request (PAR) Endpoint <xref target="RFC9126"/>,
444445
rather than creating new parameters that were PAR-specific.
445446
</t>
446447
<t>
447448
Consequently, this specification does not create
448449
<spanx style="verb">revocation_endpoint_auth_methods_supported</spanx> or
449450
<spanx style="verb">introspection_encryption_enc_values_supported</spanx>
450-
endpoints.
451+
Client Metadata parameters.
451452
</t>
452453
</section>
453454

@@ -1130,6 +1131,7 @@
11301131
<references title="Informative References">
11311132

11321133
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7591.xml"/>
1134+
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8414.xml"/>
11331135

11341136
</references>
11351137

0 commit comments

Comments
 (0)