Skip to content

Commit b97081b

Browse files
committed
create 1.0 and 1.1 folders
1 parent 3a6df53 commit b97081b

16 files changed

+909
-6
lines changed

.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,22 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Run the build process with Docker
13+
- name: 1.0 Run the build process with Docker
1414
run: |
1515
ls
1616
docker run \
17-
-v /${{ github.workspace }}:/data danielfett/markdown2rfc \
17+
-v /${{ github.workspace }}/1.0:/data danielfett/markdown2rfc \
1818
openid4vc-high-assurance-interoperability-profile-1_0.md
19+
- name: 1.1 Run the build process with Docker
20+
run: |
21+
ls
22+
docker run \
23+
-v /${{ github.workspace }}/1.1:/data danielfett/markdown2rfc \
24+
openid4vc-high-assurance-interoperability-profile-1_1.md
1925
- name: rename
2026
run: |
21-
mv ./openid4vc-high-assurance-interoperability-profile*.html ./openid4vc-high-assurance-interoperability-profile-wg-draft.html
27+
mv ./1.0/openid4vc-high-assurance-interoperability-profile-1_0*.html ./openid4vc-high-assurance-interoperability-profile-1_0-wg-draft.html && \
28+
mv ./1.1/openid4vc-high-assurance-interoperability-profile-1_1*.html ./openid4vc-high-assurance-interoperability-profile-1_1-wg-draft.html
2229
- uses: actions/upload-artifact@v4
2330
with:
2431
# Artifact name
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

openid4vc-high-assurance-interoperability-profile-1_0.md renamed to 1.0/openid4vc-high-assurance-interoperability-profile-1_0.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
%%%
2-
title = "OpenID4VC High Assurance Interoperability Profile 1.0"
2+
title = "OpenID4VC High Assurance Interoperability Profile 1.0 incorporating errata set 1 - Editor's draft"
33
abbrev = "openid4vc-high-assurance-interoperability-profile"
44
ipr = "none"
55
workgroup = "Digital Credentials Protocols"
66
keyword = ["security", "openid4vc", "sd-jwt", "sd-jwt-vc", "mdoc"]
77

88
[seriesInfo]
99
name = "Internet-Draft"
10-
value = "openid4vc-high-assurance-interoperability-profile-1_0-07"
10+
value = "openid4vc-high-assurance-interoperability-profile-1_0-08"
1111
status = "standard"
1212

1313
[[author]]
@@ -726,3 +726,15 @@ Copyright (c) 2025 The OpenID Foundation.
726726
The OpenID Foundation (OIDF) grants to any Contributor, developer, implementer, or other interested party a non-exclusive, royalty free, worldwide copyright license to reproduce, prepare derivative works from, distribute, perform and display, this Implementers Draft, Final Specification, or Final Specification Incorporating Errata Corrections solely for the purposes of (i) developing specifications, and (ii) implementing Implementers Drafts, Final Specifications, and Final Specification Incorporating Errata Corrections based on such documents, provided that attribution be made to the OIDF as the source of the material, but that such attribution does not indicate an endorsement by the OIDF.
727727

728728
The technology described in this specification was made available from contributions from various sources, including members of the OpenID Foundation and others. Although the OpenID Foundation has taken steps to help ensure that the technology is available for distribution, it takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this specification or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any independent effort to identify any such rights. The OpenID Foundation and the contributors to this specification make no (and hereby expressly disclaim any) warranties (express, implied, or otherwise), including implied warranties of merchantability, non-infringement, fitness for a particular purpose, or title, related to this specification, and the entire risk as to implementing this specification is assumed by the implementer. The OpenID Intellectual Property Rights policy (found at openid.net) requires contributors to offer a patent promise not to assert certain patent claims against other contributors and against implementers. OpenID invites any interested party to bring to its attention any copyrights, patents, patent applications, or other proprietary rights that may cover technology that may be required to practice this specification.
729+
730+
# Document History
731+
732+
[[ To be removed from the final specification ]]
733+
734+
-08
735+
736+
* TBD
737+
738+
-final
739+
740+
* https://openid.net/specs/openid4vc-high-assurance-interoperability-profile-1_0.html
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "openid_credential",
4+
"format": "vc+sd-jwt",
5+
"vct": "IdentityCredential"
6+
}
7+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"vp_formats": {
3+
"vc+sd-jwt": {
4+
"sd-jwt_alg_values": [
5+
"ES256",
6+
"ES384"
7+
],
8+
"kb-jwt_alg_values": [
9+
"ES256",
10+
"ES384"
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)