Skip to content

Commit

Permalink
Script updating gh-pages from 32d07f8. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Sep 25, 2023
1 parent 50b5d62 commit b0d9ded
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 34 deletions.
40 changes: 9 additions & 31 deletions draft-oid4vc-haip-sd-jwt-vc.html
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
}
#toc nav li {
line-height: 1.3em;
margin: 0.75em 0;
margin: 2px 0;
padding-left: 1.2em;
text-indent: -1.2em;
}
Expand Down Expand Up @@ -745,7 +745,7 @@
z-index: 2;
top: 0;
right: 0;
padding: 0;
padding: 1px 0 0 0;
margin: 0;
border-bottom: 1px solid #ccc;
opacity: 0.6;
Expand Down Expand Up @@ -869,16 +869,13 @@
border-top: none;
padding-top: 0;
}
figure, pre {
figure, pre, .vcard {
page-break-inside: avoid;
}
figure {
overflow: scroll;
}
h1, h2, h3, h4, h5, h6 {
page-break-after: avoid;
}
h2+*, h3+*, h4+*, h5+*, h6+* {
:is(h2, h3, h4, h5, h6)+*, dd {
page-break-before: avoid;
}
pre {
Expand All @@ -892,6 +889,9 @@
td {
border-top: 1px solid #ddd;
}
.toplink {
display: none;
}
}

@page :first {
Expand Down Expand Up @@ -992,28 +992,6 @@
text-align: right;
}

/* Give the table caption label the same styling as the figcaption */

@media print {
.toplink {
display: none;
}

/* avoid overwriting the top border line with the ToC header */
#toc {
padding-top: 1px;
}

/* Avoid page breaks inside dl and author address entries */
dd {
page-break-before: avoid;
}
.vcard {
page-break-inside: avoid;
}

}

/* Dark mode. */
@media (prefers-color-scheme: dark) {
:root {
Expand Down Expand Up @@ -1065,7 +1043,7 @@
<dd class="workgroup">OpenID Connect</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2023-09-09" class="published">9 September 2023</time>
<time datetime="2023-09-25" class="published">25 September 2023</time>
</dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
Expand Down Expand Up @@ -1491,7 +1469,7 @@ <h2 id="name-sd-jwt-vcs">
<p id="section-7-1">As credential format, SD-JWT VCs as defined in <span>[<a href="#I-D.terbu-sd-jwt-vc" class="cite xref">I-D.terbu-sd-jwt-vc</a>]</span> MUST be used.<a href="#section-7-1" class="pilcrow"></a></p>
<p id="section-7-2">In addition, this profile defines the following additional requirements.<a href="#section-7-2" class="pilcrow"></a></p>
<ul class="normal">
<li class="normal" id="section-7-3.1">Both Compact serialization and JSON serialization MUST be supported as defined in <span>[<a href="#I-D.ietf-oauth-selective-disclosure-jwt" class="cite xref">I-D.ietf-oauth-selective-disclosure-jwt</a>]</span>.<a href="#section-7-3.1" class="pilcrow"></a>
<li class="normal" id="section-7-3.1">Compact serialization MUST be supported as defined in <span>[<a href="#I-D.ietf-oauth-selective-disclosure-jwt" class="cite xref">I-D.ietf-oauth-selective-disclosure-jwt</a>]</span>. JSON serialization MAY be supported.<a href="#section-7-3.1" class="pilcrow"></a>
</li>
<li class="normal" id="section-7-3.2">The following JWT Claims MUST be supported Content (differentiate issuance &amp; presentation)<a href="#section-7-3.2" class="pilcrow"></a>
</li>
Expand Down
7 changes: 4 additions & 3 deletions draft-oid4vc-haip-sd-jwt-vc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenID Connect K. Yasuda
Microsoft
T. Lodderstedt
yes.com
9 September 2023
25 September 2023


OpenID4VC High Assurance Interoperability Profile with SD-JWT VC
Expand Down Expand Up @@ -336,8 +336,9 @@ Table of Contents
In addition, this profile defines the following additional
requirements.

* Both Compact serialization and JSON serialization MUST be
supported as defined in [I-D.ietf-oauth-selective-disclosure-jwt].
* Compact serialization MUST be supported as defined in
[I-D.ietf-oauth-selective-disclosure-jwt]. JSON serialization MAY
be supported.

* The following JWT Claims MUST be supported Content (differentiate
issuance & presentation)
Expand Down

0 comments on commit b0d9ded

Please sign in to comment.