Skip to content

Commit d275c5c

Browse files
committed
CREDENTIAL: Pointing out future work for other groups.
1 parent aeef07b commit d275c5c

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

specs/credentialmanagement/index.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ <h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="cont
278278
<li><a href="#implementation-for-authors"><span class="secno">8.1</span> <span class="content">Website Authors</span></a>
279279
</ul>
280280
<li><a href="#future-work"><span class="secno">9</span> <span class="content">Future Work</span></a>
281+
<ul class="toc">
282+
<li><a href="#future-work-other-groups"><span class="secno">9.1</span> <span class="content">Other Groups</span></a>
283+
</ul>
281284
<li><a href="#conformance"><span class="secno"></span> <span class="content">Conformance</span></a>
282285
<ul class="toc">
283286
<li><a href="#conventions"><span class="secno"></span> <span class="content">Document conventions</span></a>
@@ -307,6 +310,8 @@ <h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="cont
307310

308311

309312

313+
314+
310315
<section>
311316

312317
<h2 class="heading settled" data-level="1" id="introduction"><span class="secno">1. </span><span class="content">Introduction</span><a class="self-link" href="#introduction"></a></h2>
@@ -2526,6 +2531,25 @@ <h2 class="heading settled" data-level="9" id="future-work"><span class="secno">
25262531

25272532

25282533
<p>Baby steps.</p>
2534+
2535+
2536+
<h3 class="heading settled" data-level="9.1" id="future-work-other-groups"><span class="secno">9.1. </span><span class="content">Other Groups</span><a class="self-link" href="#future-work-other-groups"></a></h3>
2537+
2538+
2539+
<p>Groups like the <a href="http://www.w3.org/Payments/IG/">Web Payments IG</a>
2540+
and the <a href="https://www.w3.org/community/credentials/">Credentials CG</a>
2541+
have expressed interest in extending the API defined in this document in order
2542+
to address use cases beyond those outlined in <a href="#use-cases">§1.1 Use Cases</a>. They’ve
2543+
documented these use cases in detail in <a data-link-type="biblio" href="#biblio-web-payments-use-cases">[WEB-PAYMENTS-USE-CASES]</a> and
2544+
<a data-link-type="biblio" href="#biblio-credentials-cg-use-cases">[CREDENTIALS-CG-USE-CASES]</a>, and anticipate extending the API in a separate
2545+
document to solve a different set of problems than WebAppSec is currently
2546+
chartered to deal with.</p>
2547+
2548+
2549+
<p class="issue" id="issue-bae1cdff"><a class="self-link" href="#issue-bae1cdff"></a>It’s not yet clear whether the API proposed in this document allows
2550+
these and other groups to elegantly address the problems they’re interested
2551+
in solving. We may wish to adjust portions of the API before advancing this
2552+
document to REC in order to ensure clean extensibility into these other areas.</p>
25292553
</section>
25302554

25312555
</main>
@@ -2771,12 +2795,16 @@ <h3 class="no-num heading settled" id="informative"><span class="content">Inform
27712795
<dl>
27722796
<dt id="biblio-browserid"><a class="self-link" href="#biblio-browserid"></a>[BROWSERID]
27732797
<dd>Ben Adida; et al. <a href="https://github.com/mozilla/id-specs/blob/prod/browserid/index.md">BrowserID</a>. URL: <a href="https://github.com/mozilla/id-specs/blob/prod/browserid/index.md">https://github.com/mozilla/id-specs/blob/prod/browserid/index.md</a>
2798+
<dt id="biblio-credentials-cg-use-cases"><a class="self-link" href="#biblio-credentials-cg-use-cases"></a>[CREDENTIALS-CG-USE-CASES]
2799+
<dd>Manu Sporny. <a href="http://opencreds.org/specs/source/use-cases/">Credentials Community Group Use Cases</a>. URL: <a href="http://opencreds.org/specs/source/use-cases/">http://opencreds.org/specs/source/use-cases/</a>
27742800
<dt id="biblio-manifest"><a class="self-link" href="#biblio-manifest"></a>[MANIFEST]
27752801
<dd>Marcos Caceres; Anssi Kostiainen; Kenneth Rohde Christiansen; et al. <a href="http://w3c.github.io/manifest/">Manifest for web application</a>. WD. URL: <a href="http://w3c.github.io/manifest/">http://w3c.github.io/manifest/</a>
27762802
<dt id="biblio-rfc6749"><a class="self-link" href="#biblio-rfc6749"></a>[RFC6749]
27772803
<dd>Dick Hardt; et al. <a href="http://www.ietf.org/rfc/rfc6749.txt">The OAuth 2.0 Authorization Framework</a>. RFC. URL: <a href="http://www.ietf.org/rfc/rfc6749.txt">http://www.ietf.org/rfc/rfc6749.txt</a>
27782804
<dt id="biblio-web-login"><a class="self-link" href="#biblio-web-login"></a>[WEB-LOGIN]
27792805
<dd>Jason Denizac; Robin Berjon; Anne van Kesteren. <a href="https://github.com/jden/web-login">web-login</a>. URL: <a href="https://github.com/jden/web-login">https://github.com/jden/web-login</a>
2806+
<dt id="biblio-web-payments-use-cases"><a class="self-link" href="#biblio-web-payments-use-cases"></a>[WEB-PAYMENTS-USE-CASES]
2807+
<dd>Manu Sporny; Ian Jacobs. <a href="http://www.w3.org/TR/web-payments-use-cases/">Web Payments Use Cases 1.0</a>. FPWD. URL: <a href="http://www.w3.org/TR/web-payments-use-cases/">http://www.w3.org/TR/web-payments-use-cases/</a>
27802808
<dt id="biblio-xmlhttprequest"><a class="self-link" href="#biblio-xmlhttprequest"></a>[XMLHttpRequest]
27812809
<dd>Anne van Kesteren; et al. <a href="http://www.w3.org/TR/XMLHttpRequest/">XMLHttpRequest Level 1</a>. 30 January 2014. WD. URL: <a href="http://www.w3.org/TR/XMLHttpRequest/">http://www.w3.org/TR/XMLHttpRequest/</a>
27822810
<dt id="biblio-workers"><a class="self-link" href="#biblio-workers"></a>[WORKERS]
@@ -2878,5 +2906,9 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
28782906
<code>credential</code> or something? <a href="https://github.com/w3c/webappsec/issues/231">&lt;https://github.com/w3c/webappsec/issues/231></a><a href="#issue-b97befdf"></a></div>
28792907
<div class="issue">Is this a meaningful restriction for Service Workers? Probably not.<a href="#issue-bc2c9b42"></a></div>
28802908
<div class="issue">Add some thoughts here about when and how the API should be used,
2881-
especially with regard to <code class="idl"><a data-link-type="idl" href="#dom-credentialrequest-suppressui">suppressUI</a></code>.<a href="#issue-0848699b"></a></div></div></body>
2909+
especially with regard to <code class="idl"><a data-link-type="idl" href="#dom-credentialrequest-suppressui">suppressUI</a></code>.<a href="#issue-0848699b"></a></div>
2910+
<div class="issue">It’s not yet clear whether the API proposed in this document allows
2911+
these and other groups to elegantly address the problems they’re interested
2912+
in solving. We may wish to adjust portions of the API before advancing this
2913+
document to REC in order to ensure clean extensibility into these other areas.<a href="#issue-bae1cdff"></a></div></div></body>
28822914
</html>

specs/credentialmanagement/index.src.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,23 @@ <h1>Credential Management</h1>
112112
text: port; for: URL; url: concept-url-port
113113
</pre>
114114

115+
<pre class="biblio">
116+
{
117+
"CREDENTIALS-CG-USE-CASES": {
118+
"authors": [ "Manu Sporny" ],
119+
"href": "http://opencreds.org/specs/source/use-cases/",
120+
"title": "Credentials Community Group Use Cases"
121+
},
122+
"WEB-PAYMENTS-USE-CASES": {
123+
"authors": [ "Manu Sporny", "Ian Jacobs" ],
124+
"href": "http://www.w3.org/TR/web-payments-use-cases/",
125+
"title": "Web Payments Use Cases 1.0",
126+
"status": "FPWD",
127+
"publisher": "W3C"
128+
}
129+
}
130+
</pre>
131+
115132

116133
<!--
117134
████ ██ ██ ████████ ████████ ███████
@@ -1740,4 +1757,20 @@ <h2 id="future-work">Future Work</h2>
17401757
authentication type which the provider supports.
17411758

17421759
Baby steps.
1760+
1761+
<h3 id="future-work-other-groups">Other Groups</h3>
1762+
1763+
Groups like the <a href="http://www.w3.org/Payments/IG/">Web Payments IG</a>
1764+
and the <a href="https://www.w3.org/community/credentials/">Credentials CG</a>
1765+
have expressed interest in extending the API defined in this document in order
1766+
to address use cases beyond those outlined in [[#use-cases]]. They've
1767+
documented these use cases in detail in [[WEB-PAYMENTS-USE-CASES]] and
1768+
[[CREDENTIALS-CG-USE-CASES]], and anticipate extending the API in a separate
1769+
document to solve a different set of problems than WebAppSec is currently
1770+
chartered to deal with.
1771+
1772+
ISSUE: It's not yet clear whether the API proposed in this document allows
1773+
these and other groups to elegantly address the problems they're interested
1774+
in solving. We may wish to adjust portions of the API before advancing this
1775+
document to REC in order to ensure clean extensibility into these other areas.
17431776
</section>

0 commit comments

Comments
 (0)