Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.48 KB

File metadata and controls

42 lines (27 loc) · 1.48 KB

OAuth Status Assertions

This is the working area for the individual Internet-Draft, "OAuth Status Assertions".

Overview

sequenceDiagram
    Issuer-->>Holder: (credential issuance out of scope)
    Holder->>Issuer: application/status-assertion-request+jwt
    Issuer -->> Issuer : (status check out of scope)
    Issuer ->> Holder: application/status-assertion+jwt
    Holder -->> Verifier: (credential presentation out of scope)
Loading

Contributing

See the guidelines for contributions.

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

Command Line Usage

Formatted text and HTML versions of the draft can be built using make.

$ make

Command line usage requires that you have the necessary software installed. See the instructions.