Skip to content

Commit c2fc733

Browse files
committed
Revert "Automatic update of README.md"
This reverts commit b8f66b5.
1 parent cbdc02e commit c2fc733

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CONTRIBUTING.md

+14
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,17 @@ repository constitutes Contributions to the IETF Standards Process
1515
You agree to comply with all applicable IETF policies and procedures, including,
1616
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
1717
subject to a Simplified BSD License) in Contributions.
18+
## Working Group Information
19+
20+
Discussion of this work occurs on the [Stacked Tunnels for Source Routing
21+
Working Group mailing list](mailto:[email protected])
22+
([archive](https://mailarchive.ietf.org/arch/search/?email_list=status),
23+
[subscribe](https://www.ietf.org/mailman/listinfo/status)).
24+
In addition to contributions in GitHub, you are encouraged to participate in
25+
discussions there.
26+
27+
**Note**: Some working groups adopt a policy whereby substantive discussion of
28+
technical issues needs to occur on the mailing list.
29+
30+
You might also like to familiarize yourself with other
31+
[Working Group documents](https://datatracker.ietf.org/wg/status/documents/).

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
22

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

5-
* [Editor's Copy](https://peppelinux.github.io/draft-demarco-status-attestations/#go.draft-demarco-oauth-status-assertions.html)
5+
* [Editor's Copy](https://peppelinux.github.io/draft-demarco-oauth-status-assertions/#go.draft-demarco-oauth-status-assertions.html)
66
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-demarco-oauth-status-assertions)
77
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-demarco-oauth-status-assertions)
8-
* [Compare Editor's Copy to Individual Draft](https://peppelinux.github.io/draft-demarco-status-attestations/#go.draft-demarco-oauth-status-assertions.diff)
8+
* [Compare Editor's Copy to Individual Draft](https://peppelinux.github.io/draft-demarco-oauth-status-assertions/#go.draft-demarco-oauth-status-assertions.diff)
9+
10+
11+
# Overview
12+
13+
```mermaid
14+
sequenceDiagram
15+
Issuer-->>Holder: (credential issuance out of scope)
16+
Holder->>Issuer: application/status-assertion-request+jwt
17+
Issuer -->> Issuer : (status check out of scope)
18+
Issuer ->> Holder: application/status-assertion+jwt
19+
Holder -->> Verifier: (credential presentation out of scope)
20+
```
921

1022

1123
## Contributing
1224

1325
See the
14-
[guidelines for contributions](https://github.com/peppelinux/draft-demarco-status-attestations/blob/main/CONTRIBUTING.md).
26+
[guidelines for contributions](https://github.com/peppelinux/draft-demarco-oauth-status-assertions/blob/main/CONTRIBUTING.md).
1527

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

0 commit comments

Comments
 (0)