Current title: OAuth 2.0 Web Message Response Mode for Popup- and Iframe-based Authorization Flows
Use markdown2rfc to compile HTML and XML files for the draft. Run this command from the directory containing the markdown file:
docker run --rm -v `pwd`:/data danielfett/markdown2rfc main.md
Submitting a Draft Revision to https://datatracker.ietf.org/
- Increase the revision (
-XX
) of the draft in main.md ->[seriesInfo]
->value = "draft-meyerzuselha-oauth-web-message-response-mode-XX"
- Compile the draft.
- Upload the
...-XX.xml
file to https://author-tools.ietf.org/ and clickValidate (idnits)
. - Make sure there are no errors.
- Upload the
...-XX.xml
file to https://datatracker.ietf.org/submit/. - Check that the metadata is correct.
- Submit the draft revision.
- Confirm the submission by clicking on the link in the email you received.
- Add the new revision to the repo.
- Copy the compiled
...-XX.xml
and...-XX.html
files to draft-revisions. - Commit them to the repo using
git add -f draft-revisions && git commit -m "Added compiled draft-XX"
. - Tag the new revision using
git tag -a XX -m "Draft revision -XX"
. - Push including the tag using
git push origin --tags
.