Skip to content

Commit d8a4de3

Browse files
acoburnpchampin
andauthored
Authentication suite FPWD snapshots (#120)
* Generate FPWD snapshot for the OpenID Authentication Suite * Adjust required affiliation properties * Add missing local biblio reference * Add placeholder for a privacy considerations section * Generate FPWD snapshot for the SAML Authentication Suite * Adjust required affiliation properties * Add missing local biblio reference * Add placeholder for a privacy considerations section * Generate FPWD snapshot for the SSI-CID Authentication Suite * Adjust required affiliation properties * Add missing local biblio reference * Add placeholder for a privacy considerations section * Generate FPWD snapshot for the SSI-DID-KEY Authentication Suite * Adjust required affiliation properties * Add missing local biblio reference * Add placeholder for a privacy considerations section --------- Co-authored-by: Pierre-Antoine Champin <pierre-antoine@w3.org>
1 parent 1c02875 commit d8a4de3

File tree

8 files changed

+3253
-0
lines changed

8 files changed

+3253
-0
lines changed

lws10-authn-openid/SNAPSHOTS/FPWD/Overview.html

Lines changed: 834 additions & 0 deletions
Large diffs are not rendered by default.

lws10-authn-openid/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
github: "w3c/lws-protocol",
2525
xref: ["web-platform"],
2626
group: "lws",
27+
localBiblio: {
28+
"LWS-PROTOCOL": {
29+
title: "LWS Protocol",
30+
href: "https://www.w3.org/TR/lws-core/",
31+
publisher: "W3C",
32+
status: "FPWD",
33+
},
34+
},
2735
};
2836
</script>
2937
</head>
@@ -215,5 +223,13 @@ <h2>Security Considerations</h2>
215223
It is recommended that OpenID providers support WebAuthn [[WEBAUTHN-3]] as a mechanism for authenticating users.
216224
</p>
217225
</section>
226+
<section id="privacy-considerations" class="informative">
227+
<h2>Privacy Considerations</h2>
228+
229+
<p class="issue" data-number="119">
230+
This section needs to be completed.
231+
</p>
232+
233+
</section>
218234
</body>
219235
</html>

lws10-authn-saml/SNAPSHOTS/FPWD/Overview.html

Lines changed: 770 additions & 0 deletions
Large diffs are not rendered by default.

lws10-authn-saml/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
github: "w3c/lws-protocol",
2525
xref: ["web-platform"],
2626
group: "lws",
27+
localBiblio: {
28+
"LWS-PROTOCOL": {
29+
title: "LWS Protocol",
30+
href: "https://www.w3.org/TR/lws-core/",
31+
publisher: "W3C",
32+
status: "FPWD",
33+
},
34+
},
2735
};
2836
</script>
2937
</head>
@@ -170,5 +178,12 @@ <h2>Security Considerations</h2>
170178
should exchange this token for an equivalent audience-restricted token by using, for example, OAuth 2.0 Token Exchange [[RFC8693]].
171179
</p>
172180
</section>
181+
<section id="privacy-considerations" class="informative">
182+
<h2>Privacy Considerations</h2>
183+
184+
<p class="issue" data-number="119">
185+
This section needs to be completed.
186+
</p>
187+
</section>
173188
</body>
174189
</html>

lws10-authn-ssi-cid/SNAPSHOTS/FPWD/Overview.html

Lines changed: 814 additions & 0 deletions
Large diffs are not rendered by default.

lws10-authn-ssi-cid/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
github: "w3c/lws-protocol",
2525
xref: ["web-platform"],
2626
group: "lws",
27+
localBiblio: {
28+
"LWS-PROTOCOL": {
29+
title: "LWS Protocol",
30+
href: "https://www.w3.org/TR/lws-core/",
31+
publisher: "W3C",
32+
status: "FPWD",
33+
},
34+
},
2735
};
2836
</script>
2937
</head>
@@ -206,5 +214,12 @@ <h2>Security Considerations</h2>
206214
All security considerations described in "Best Current Practice for OAuth 2.0 Security" [[RFC9700]] and "OpenID Connect Core 1.0" Section 16 [[OPENID-CONNECT-CORE]] apply to this specification.
207215
</p>
208216
</section>
217+
<section id="privacy-considerations" class="informative">
218+
<h2>Privacy Considerations</h2>
219+
220+
<p class="issue" data-number="119">
221+
This section needs to be completed.
222+
</p>
223+
</section>
209224
</body>
210225
</html>

lws10-authn-ssi-did-key/SNAPSHOTS/FPWD/Overview.html

Lines changed: 776 additions & 0 deletions
Large diffs are not rendered by default.

lws10-authn-ssi-did-key/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
href: "https://w3c-ccg.github.io/did-key-spec/",
3131
publisher: "W3C",
3232
},
33+
"LWS-PROTOCOL": {
34+
title: "LWS Protocol",
35+
href: "https://www.w3.org/TR/lws-core/",
36+
publisher: "W3C",
37+
status: "FPWD",
38+
},
3339
},
3440
};
3541
</script>
@@ -171,5 +177,12 @@ <h2>Security Considerations</h2>
171177
All security considerations described in "Best Current Practice for OAuth 2.0 Security" [[RFC9700]] and "OpenID Connect Core 1.0" Section 16 [[OPENID-CONNECT-CORE]] apply to this specification.
172178
</p>
173179
</section>
180+
<section id="privacy-considerations" class="informative">
181+
<h2>Privacy Considerations</h2>
182+
183+
<p class="issue" data-number="119">
184+
This section needs to be completed.
185+
</p>
186+
</section>
174187
</body>
175188
</html>

0 commit comments

Comments
 (0)