Skip to content

Commit 111fe8d

Browse files
committed
rename draft for adoption
1 parent 3aafad4 commit 111fe8d

File tree

5 files changed

+12
-46
lines changed

5 files changed

+12
-46
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/versioned/
1818
Gemfile.lock
1919
archive.json
20-
draft-parecki-oauth-client-id-metadata-document.xml
20+
draft-ietf-oauth-client-id-metadata-document.xml
2121
package-lock.json
2222
report.xml
2323
!requirements.txt

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
draft-parecki-oauth-client-id-metadata-document.md
1+
draft-ietf-oauth-client-id-metadata-document.md

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License
22

33
See the
4-
[guidelines for contributions](https://github.com/aaronpk/draft-parecki-oauth-client-id-metadata-document/blob/main/CONTRIBUTING.md).
4+
[guidelines for contributions](https://github.com/oauth-wg/draft-ietf-oauth-client-id-metadata-document/blob/main/CONTRIBUTING.md).

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,16 @@
44

55
This is the working area for the individual Internet-Draft, "OAuth Client ID Metadata Document".
66

7-
* [Editor's Copy](https://aaronpk.github.io/draft-parecki-oauth-client-id-metadata-document/#go.draft-parecki-oauth-client-id-metadata-document.html)
8-
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-parecki-oauth-client-id-metadata-document)
9-
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-parecki-oauth-client-id-metadata-document)
10-
* [Compare Editor's Copy to Individual Draft](https://aaronpk.github.io/draft-parecki-oauth-client-id-metadata-document/#go.draft-parecki-oauth-client-id-metadata-document.diff)
7+
* [Editor's Copy](https://drafts.oauth.net/draft-ietf-oauth-client-id-metadata-document/#go.draft-ietf-oauth-client-id-metadata-document.html)
8+
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-oauth-client-id-metadata-document)
9+
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-client-id-metadata-document)
1110

1211

1312
## Contributing
1413

1514
See the
16-
[guidelines for contributions](https://github.com/aaronpk/draft-parecki-oauth-client-id-metadata-document/blob/main/CONTRIBUTING.md).
15+
[guidelines for contributions](https://github.com/oauth-wg/draft-ietf-oauth-client-id-metadata-document/blob/main/CONTRIBUTING.md).
1716

1817
Contributions can be made by creating pull requests.
1918
The GitHub interface supports creating pull requests using the Edit (✏) button.
2019

21-
22-
## Command Line Usage
23-
24-
Formatted text and HTML versions of the draft can be built using `make`.
25-
26-
```sh
27-
$ make
28-
```
29-
30-
Command line usage requires that you have the necessary software installed. See
31-
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
32-

draft-parecki-oauth-client-id-metadata-document.md renamed to draft-ietf-oauth-client-id-metadata-document.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "OAuth Client ID Metadata Document"
33
abbrev: "Client ID Document"
44
category: std
55

6-
docname: draft-parecki-oauth-client-id-metadata-document-latest
6+
docname: draft-ietf-oauth-client-id-metadata-document-latest
77
submissiontype: IETF
88
number:
99
date:
@@ -17,8 +17,8 @@ venue:
1717
group: "Web Authorization Protocol"
1818
type: "Working Group"
1919
20-
github: "aaronpk/draft-parecki-oauth-client-id-metadata-document"
21-
latest: "https://drafts.aaronpk.com/draft-parecki-oauth-client-id-metadata-document/draft-parecki-oauth-client-id-metadata-document.html"
20+
github: "oauth-wg/draft-ietf-oauth-client-id-metadata-document"
21+
latest: "https://drafts.oauth.net/draft-ietf-oauth-client-id-metadata-document/draft-ietf-oauth-client-id-metadata-document.html"
2222

2323
author:
2424
- fullname: Aaron Parecki
@@ -92,7 +92,7 @@ informative:
9292
RFC9111:
9393

9494
entity:
95-
SELF: "[draft-parecki-oauth-client-id-metadata-document-latest]"
95+
SELF: "[draft-ietf-oauth-client-id-metadata-document-latest]"
9696

9797
--- abstract
9898

@@ -329,35 +329,14 @@ The following authorization server metadata value is defined by this specificati
329329

330330
The idea of using URIs as the `client_id` in OAuth based authorization requests is not new, and has previously been specified in varying ways by [IndieAuth], [Solid-OIDC], and [OpenID.Federation]. This specification is largely inspired by the work of Aaron Coburn, elf Pavlik, and Dmitri Zagidulin in their [Solid-OIDC] specification which defined dereferenceable Client Identifier Documents.
331331

332-
The authors would like to thank the following people for their contributions and reviews of this specification: Dick Hardt, Matthieu Sieben, Filip Skokan.
332+
The authors would like to thank the following people for their contributions and reviews of this specification: Brian Campbell, Dick Hardt, Leif Johansson, Pieter Kasselman, Bryan Newbold, Matthieu Sieben, and Filip Skokan.
333333

334334

335335
# Document History
336336
{:numbered="false"}
337337

338338
(This appendix to be deleted by the RFC editor in the final specification.)
339339

340-
-03
341-
342-
* Prohibit all forms of symmetric client authentication, not just client secret
343-
* Added recommendations for development when clients are not on the web
344-
* Added reference to HTTP Caching RFC9111
345-
* Added security considerations around domain trust and changes in client keys
346-
* Updated references
347-
348-
349-
-02
350-
351-
* Added security consideration around displaying logos to end users
352-
* Changed query string parameters in Client ID Metadata Document URLs to "SHOULD NOT", since this encourages bad security practices (e.g., minting documents based on query string parameters)
353-
* Added prohibition on the `client_secret_expires_at` property, as it is not relevant for Client ID Metadata Documents.
354-
* Added security consideration for development use-cases.
355-
356-
-01
357-
358-
* Added recommendation of max metadata document size
359-
* Changed metadata property reference to IANA registry instead of Dynamic Client Registration
360-
361340
-00
362341

363342
* Initial draft

0 commit comments

Comments
 (0)