Skip to content

Commit

Permalink
Fix Typo (#522)
Browse files Browse the repository at this point in the history
SHA: 8cc6d4a
Reason: push, by samuelgoto

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
janschill and github-actions[bot] committed Nov 24, 2023
1 parent c4cbc20 commit e333368
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://fedidcg.github.io/FedCM/" rel="canonical">
<meta content="8253c9fa3af3d8e1baa73a078fe50187365037ad" name="document-revision">
<meta content="8cc6d4afbfbcc921e45b6b068a6b6827aaf995a8" name="document-revision">
<style>
dl.domintro dt {
font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
Expand Down Expand Up @@ -908,7 +908,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Federated Credential Management API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-11-15">15 November 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-11-24">24 November 2023</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -2561,7 +2561,7 @@ <h3 class="heading settled" data-level="3.1" id="idp-api-well-known"><span class
<p>The <a data-link-type="dfn" href="#well-known-file" id="ref-for-well-known-file⑤">well-known file</a> is fetched in the <a data-link-type="dfn" href="#fetch-the-config-file" id="ref-for-fetch-the-config-file④">fetch the config file</a> algorithm:</p>
<p>(a) <strong>without</strong> cookies,
(b) <strong>with</strong> the <a data-link-type="http-header" href="https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest" id="ref-for-http-headerdef-sec-fetch-dest">Sec-Fetch-Dest</a> header set to <code>webidentity</code>, and
(c) <strong>without</strong> revealing the <a data-link-type="dfn" href="#rp" id="ref-for-rp②②">RP</a> in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin">Origin</a> or <a href="https://www.rfc-editor.org/rfc/rfc9110#section-10.1.3">Referer</a> headers.</p>
(c) <strong>without</strong> revealing the <a data-link-type="dfn" href="#rp" id="ref-for-rp②②">RP</a> in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin">Origin</a> or <span spec-section="#section-10.1.3">Referer</span> headers.</p>
<p>For example:</p>
<div class="example" id="example-c06ffb02">
<a class="self-link" href="#example-c06ffb02"></a>
Expand All @@ -2583,8 +2583,8 @@ <h3 class="heading settled" data-level="3.2" id="idp-api-config-file"><span clas
<p>The <a data-link-type="dfn" href="#config-file" id="ref-for-config-file">config file</a> is fetched in the <a data-link-type="dfn" href="#fetch-the-config-file" id="ref-for-fetch-the-config-file⑤">fetch the config file</a> algorithm:</p>
<p>(a) <strong>without</strong> cookies,
(b) <strong>with</strong> the <a data-link-type="http-header" href="https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest" id="ref-for-http-headerdef-sec-fetch-dest①">Sec-Fetch-Dest</a> header set to <code>webidentity</code>,
(c) <strong>without</strong> revealing the <a data-link-type="dfn" href="#rp" id="ref-for-rp②③">RP</a> in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin①">Origin</a> or <a href="https://www.rfc-editor.org/rfc/rfc9110#section-10.1.3">Referer</a> headers, and
(c) <strong>without</strong> following <a href="https://www.rfc-editor.org/rfc/rfc9110#section-10.2.2">HTTP redirects</a>.</p>
(c) <strong>without</strong> revealing the <a data-link-type="dfn" href="#rp" id="ref-for-rp②③">RP</a> in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin①">Origin</a> or <span spec-section="#section-10.1.3">Referer</span> headers, and
(d) <strong>without</strong> following <span spec-section="#section-10.2.2">HTTP redirects</span>.</p>
<p>For example:</p>
<div class="example" id="example-568d2573">
<a class="self-link" href="#example-568d2573"></a>
Expand Down Expand Up @@ -2675,8 +2675,8 @@ <h3 class="heading settled" data-level="3.3" id="idp-api-accounts-endpoint"><spa
<p>The <a data-link-type="dfn" href="#accounts-list-endpoint" id="ref-for-accounts-list-endpoint②">accounts list endpoint</a> is fetched in the <a data-link-type="dfn" href="#fetch-the-accounts-list" id="ref-for-fetch-the-accounts-list③">fetch the accounts list</a> algorithm:</p>
<p>(a) <strong>with</strong> <a data-link-type="dfn" href="#idp" id="ref-for-idp④①">IDP</a> cookies,
(b) <strong>with</strong> the <a data-link-type="http-header" href="https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest" id="ref-for-http-headerdef-sec-fetch-dest②">Sec-Fetch-Dest</a> header set to <code>webidentity</code>,
(c) <strong>without</strong> revealing the <a data-link-type="dfn" href="#rp" id="ref-for-rp②④">RP</a> in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin②">Origin</a> or <a href="https://www.rfc-editor.org/rfc/rfc9110#section-10.1.3">Referer</a> headers, and
(d) <strong>without</strong> following <a href="https://www.rfc-editor.org/rfc/rfc9110#section-10.2.2">HTTP redirects</a>.</p>
(c) <strong>without</strong> revealing the <a data-link-type="dfn" href="#rp" id="ref-for-rp②④">RP</a> in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin②">Origin</a> or <span spec-section="#section-10.1.3">Referer</span> headers, and
(d) <strong>without</strong> following <span spec-section="#section-10.2.2">HTTP redirects</span>.</p>
<p>For example:</p>
<div class="example" id="example-6b4f66fb">
<a class="self-link" href="#example-6b4f66fb"></a>
Expand Down Expand Up @@ -2747,7 +2747,7 @@ <h3 class="heading settled" data-level="3.4" id="idp-api-client-id-metadata-endp
<p>(a) <strong>without</strong> cookies,
(b) <strong>with</strong> the <a data-link-type="http-header" href="https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest" id="ref-for-http-headerdef-sec-fetch-dest③">Sec-Fetch-Dest</a> header set to <code>webidentity</code>,
(c) <strong>with</strong> the <a data-link-type="dfn" href="#rp" id="ref-for-rp②⑧">RP</a>'s origin in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin③">Origin</a> header, and
(d) <strong>without</strong> following <a href="https://www.rfc-editor.org/rfc/rfc9110#section-10.2.2">HTTP redirects</a>.</p>
(d) <strong>without</strong> following <span spec-section="#section-10.2.2">HTTP redirects</span>.</p>
<p>The user agent also passes the <strong>client_id</strong>.</p>
<p>For example:</p>
<div class="example" id="example-2ca55c06">
Expand Down Expand Up @@ -2785,7 +2785,7 @@ <h3 class="heading settled" data-level="3.5" id="idp-api-id-assertion-endpoint">
(b) <strong>with</strong> <a data-link-type="dfn" href="#idp" id="ref-for-idp④③">IDP</a> cookies,
(c) <strong>with</strong> the <a data-link-type="dfn" href="#rp" id="ref-for-rp③①">RP</a>'s origin in the <a data-link-type="http-header" href="https://fetch.spec.whatwg.org/#http-origin" id="ref-for-http-origin④">Origin</a> header, and
(d) <strong>with</strong> the <a data-link-type="http-header" href="https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest" id="ref-for-http-headerdef-sec-fetch-dest④">Sec-Fetch-Dest</a> header set to <code>webidentity</code>,
(e) <strong>without</strong> following <a href="https://www.rfc-editor.org/rfc/rfc9110#section-10.2.2">HTTP redirects</a>.</p>
(e) <strong>without</strong> following <span spec-section="#section-10.2.2">HTTP redirects</span>.</p>
<p>It will also contain the following parameters in the request body <code>application/x-www-form-urlencoded</code>:</p>
<dl>
<dt data-md><dfn class="dfn-paneled idl-code" data-dfn-for="id_assertion_endpoint_request" data-dfn-type="argument" data-export id="dom-id_assertion_endpoint_request-client_id"><code>client_id</code></dfn>
Expand Down Expand Up @@ -4573,8 +4573,6 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
<dd>S. Bradner. <a href="https://datatracker.ietf.org/doc/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://datatracker.ietf.org/doc/html/rfc2119">https://datatracker.ietf.org/doc/html/rfc2119</a>
<dt id="biblio-rfc6973">[RFC6973]
<dd>A. Cooper; et al. <a href="https://www.rfc-editor.org/rfc/rfc6973"><cite>Privacy Considerations for Internet Protocols</cite></a>. July 2013. Informational. URL: <a href="https://www.rfc-editor.org/rfc/rfc6973">https://www.rfc-editor.org/rfc/rfc6973</a>
<dt id="biblio-rfc9110">[RFC9110]
<dd>R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed.. <a href="https://www.rfc-editor.org/rfc/rfc9110"><cite>HTTP Semantics</cite></a>. June 2022. Internet Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc9110">https://www.rfc-editor.org/rfc/rfc9110</a>
<dt id="biblio-secure-contexts">[SECURE-CONTEXTS]
<dd>Mike West. <a href="https://w3c.github.io/webappsec-secure-contexts/"><cite>Secure Contexts</cite></a>. URL: <a href="https://w3c.github.io/webappsec-secure-contexts/">https://w3c.github.io/webappsec-secure-contexts/</a>
<dt id="biblio-url">[URL]
Expand Down

0 comments on commit e333368

Please sign in to comment.