From a49ad4de8d1fd46c49828256522c93a2ab15946a Mon Sep 17 00:00:00 2001 From: gco Date: Tue, 18 Aug 2026 11:10:42 -0700 Subject: [PATCH 1/2] Add build rules for s2s draft --- .github/workflows/Build-OID4VCI.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build-OID4VCI.yml b/.github/workflows/Build-OID4VCI.yml index 7960b634..cac98850 100644 --- a/.github/workflows/Build-OID4VCI.yml +++ b/.github/workflows/Build-OID4VCI.yml @@ -21,10 +21,16 @@ jobs: docker run \ -v /${{ github.workspace }}/1.1:/data danielfett/markdown2rfc \ openid-4-verifiable-credential-issuance-1_1.md + - name: s2s Run the build process with Docker + run: | + docker run \ + -v /${{ github.workspace }}/s2s:/data danielfett/markdown2rfc \ + openid-4-verifiable-credential-issuance-server-2-server.md - name: rename run: | mv ./1.0/openid-4-verifiable-credential-issuance-1_0*.html ./openid-4-verifiable-credential-issuance-1_0-wg-draft.html && \ - mv ./1.1/openid-4-verifiable-credential-issuance-1_1*.html ./openid-4-verifiable-credential-issuance-1_1-wg-draft.html + mv ./1.1/openid-4-verifiable-credential-issuance-1_1*.html ./openid-4-verifiable-credential-issuance-1_1-wg-draft.html && \ + mv ./s2s/openid-4-verifiable-credential-issuance-server-2-server*.html ./openid-4-verifiable-credential-issuance-server-2-server-wg-draft.html - uses: actions/upload-artifact@v4 with: # Artifact name From 7779660373c598013b833dad928f23cfa9978436 Mon Sep 17 00:00:00 2001 From: gco Date: Tue, 18 Aug 2026 11:20:11 -0700 Subject: [PATCH 2/2] docs: Add link to s2s draft in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f264cc97..ea7d2f8c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The current WG-Draft version is built automatically from the master branch and c * 1.0: https://openid.github.io/OpenID4VCI/openid-4-verifiable-credential-issuance-1_0-wg-draft.html * 1.1: https://openid.github.io/OpenID4VCI/openid-4-verifiable-credential-issuance-1_1-wg-draft.html +* Server to Server (s2s): https://openid.github.io/OpenID4VCI/openid-4-verifiable-credential-issuance-server-2-server-wg-draft.html Other versions of the spec can be accessed at: https://openid.net/sg/openid4vc/specifications/