Skip to content

Commit 2c52151

Browse files
authored
Merge pull request #45 from selfissued/mbj-shepherd
Address shepherd review comments
2 parents 171139e + bb77cd1 commit 2c52151

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

Diff for: draft-ietf-oauth-resource-metadata.xml

+21-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</address>
4141
</author>
4242

43-
<date day="03" month="May" year="2024" />
43+
<date day="8" month="July" year="2024" />
4444

4545
<area>Security</area>
4646
<workgroup>OAuth Working Group</workgroup>
@@ -74,7 +74,7 @@
7474
This specification defines a metadata format
7575
enabling OAuth 2.0 clients and authorization servers to obtain information needed
7676
to interact with an OAuth 2.0 protected resource.
77-
This specification is intentionally as parallel as possible to
77+
The structure and content of this specification is intentionally as parallel as possible to that of
7878
<xref target="RFC7591">"OAuth 2.0 Dynamic Client Registration Protocol"</xref>,
7979
which enables a client to provide metadata about itself
8080
to an OAuth 2.0 authorization server and to
@@ -791,12 +791,20 @@
791791
</t>
792792
</section>
793793

794-
<section anchor="compatibility" title="Compatibility with other authentication methods">
794+
<section anchor="compatibility" title="Compatibility with Other Authentication Methods">
795795
<t>
796796
Resource servers MAY return other <spanx style="verb">WWW-Authenticate</spanx> headers indicating various authentication schemes.
797797
This allows the resource server to support clients that may or may not implement this specification,
798798
and allows clients to choose their preferred authentication scheme.
799799
</t>
800+
<t>
801+
A fair question is whether allowing clients to choose from among
802+
supported authentication methods represents an opportunity for a downgrade attack.
803+
Since resource servers will only enumerate authentication methods acceptable to them, by definition,
804+
any choice made by the client from among them is one that the resource server is OK with.
805+
Thus, the resource server allowing the use of different supported authentication methods
806+
does not represent an opportunity for a downgrade attack.
807+
</t>
800808
</section>
801809

802810
</section>
@@ -1544,6 +1552,7 @@
15441552
George Fletcher,
15451553
Pieter Kasselman,
15461554
Tony Nadalin,
1555+
Rifaat Shekh-Yusef,
15471556
Filip Skokan,
15481557
and
15491558
Atul Tulshibagwale
@@ -1554,6 +1563,15 @@
15541563
<section anchor="History" title="Document History">
15551564
<t>[[ to be removed by the RFC Editor before publication as an RFC ]]</t>
15561565

1566+
<t>
1567+
-06
1568+
<list style="symbols">
1569+
<t>
1570+
Addressed shepherd review comments by Rifaat Shekh-Yusef.
1571+
</t>
1572+
</list>
1573+
</t>
1574+
15571575
<t>
15581576
-05
15591577
<list style="symbols">

0 commit comments

Comments
 (0)