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.mdSubmitting 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.xmlfile to https://author-tools.ietf.org/ and clickValidate (idnits). - Make sure there are no errors.
- Upload the
...-XX.xmlfile 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.xmland...-XX.htmlfiles 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.