Skip to content

Hackmanit/draft-meyerzuselha-oauth-web-message-response-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

draft-meyerzuselha-oauth-web-message-response-mode

Current title: OAuth 2.0 Web Message Response Mode for Popup- and Iframe-based Authorization Flows

Compiling HTML and XML Files

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/

  1. Increase the revision (-XX) of the draft in main.md -> [seriesInfo] -> value = "draft-meyerzuselha-oauth-web-message-response-mode-XX"
  2. Compile the draft.
  3. Upload the ...-XX.xml file to https://author-tools.ietf.org/ and click Validate (idnits).
  4. Make sure there are no errors.
  5. Upload the ...-XX.xml file to https://datatracker.ietf.org/submit/.
  6. Check that the metadata is correct.
  7. Submit the draft revision.
  8. Confirm the submission by clicking on the link in the email you received.
  9. Add the new revision to the repo.

Adding New Draft Revision -XX to This Repo

  1. Copy the compiled ...-XX.xml and ...-XX.html files to draft-revisions.
  2. Commit them to the repo using git add -f draft-revisions && git commit -m "Added compiled draft-XX".
  3. Tag the new revision using git tag -a XX -m "Draft revision -XX".
  4. Push including the tag using git push origin --tags.

About

OAuth 2.0 Web Message Response Mode for Popup-based Authorization Flows

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages