Skip to content

Commit 204666d

Browse files
authored
Merge pull request #54 from selfissued/mbj-rar
Add metadata parameter for RAR types supported
2 parents 02c989c + 052d865 commit 204666d

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

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

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

43-
<date day="13" month="September" year="2024" />
43+
<date day="14" month="September" year="2024" />
4444

4545
<area>Security</area>
4646
<workgroup>OAuth Working Group</workgroup>
@@ -304,6 +304,15 @@
304304
If omitted, the default value is false.
305305
</t>
306306

307+
<t hangText="authorization_details_types_supported">
308+
<vspace/>
309+
OPTIONAL.
310+
A JSON array containing a list of the authorization details
311+
<spanx style="verb">type</spanx> values supported by the resource server
312+
when the <spanx style="verb">authorization_details</spanx>
313+
request parameter <xref target="RFC9396"/> is used.
314+
</t>
315+
307316
<t hangText="dpop_signing_alg_values_supported">
308317
<vspace/>
309318
OPTIONAL.
@@ -1430,6 +1439,26 @@
14301439
</t>
14311440
</list>
14321441
</t>
1442+
<t>
1443+
<list style='symbols'>
1444+
<t>
1445+
Metadata Name: <spanx style="verb">authorization_details_types_supported</spanx>
1446+
</t>
1447+
<t>
1448+
Metadata Description:
1449+
JSON array containing a list of the authorization details
1450+
<spanx style="verb">type</spanx> values supported by the resource server
1451+
when the <spanx style="verb">authorization_details</spanx>
1452+
request parameter is used
1453+
</t>
1454+
<t>
1455+
Change Controller: IETF
1456+
</t>
1457+
<t>
1458+
Specification Document(s): <xref target="PRMetadata"/> of [[ this specification ]]
1459+
</t>
1460+
</list>
1461+
</t>
14331462
<t>
14341463
<list style='symbols'>
14351464
<t>
@@ -1567,6 +1596,7 @@
15671596
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8707.xml"/>
15681597
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8996.xml"/>
15691598
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9325.xml"/>
1599+
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9396.xml"/>
15701600
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9449.xml"/>
15711601

15721602
<reference anchor="USA15" target="https://www.unicode.org/reports/tr15/">
@@ -1792,6 +1822,7 @@
17921822
The authors of this specification would like to thank the attendees of the IETF 115 OAuth and HTTP API Working Group meetings
17931823
and the attendees of subsequent OAuth Working Group meetings for their input on this specification.
17941824
We would would also like to thank
1825+
Ralph Bragg,
17951826
Brian Campbell,
17961827
Deb Cooley,
17971828
Gabriel Corona,
@@ -1813,6 +1844,15 @@
18131844
<section anchor="History" title="Document History">
18141845
<t>[[ to be removed by the RFC Editor before publication as an RFC ]]</t>
18151846

1847+
<t>
1848+
-10
1849+
<list style="symbols">
1850+
<t>
1851+
Added metadata parameter declaring RAR types supported.
1852+
</t>
1853+
</list>
1854+
</t>
1855+
18161856
<t>
18171857
-09
18181858
<list style="symbols">

0 commit comments

Comments
 (0)