Skip to content

Commit

Permalink
Remove 'signed assertions about the user' (#684)
Browse files Browse the repository at this point in the history
SHA: 9fb61a2
Reason: push, by npm1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
philsmart and github-actions[bot] committed Jan 13, 2025
1 parent fca31d8 commit 0d596e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta content="ED" name="w3c-status">
<meta content="Bikeshed version ac5ea272d, updated Fri Dec 6 15:45:15 2024 -0800" name="generator">
<link href="http://www.w3.org/TR/fedcm/" rel="canonical">
<meta content="3f25d0d239aa8cf6e59446c5490ddada86a0c08f" name="revision">
<meta content="9fb61a2b796a8ce0c6a0b1737558b2192b74f85e" name="revision">
<meta content="dark light" name="color-scheme">
<style>
dl.domintro dt {
Expand Down Expand Up @@ -767,7 +767,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/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-01-09">9 January 2025</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-01-13">13 January 2025</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -3085,7 +3085,7 @@ <h3 class="heading settled" data-level="3.4" id="idp-api-client-id-metadata-endp
</pre>
</div>
<h3 class="heading settled" data-level="3.5" id="idp-api-id-assertion-endpoint"><span class="secno">3.5. </span><span class="content">Identity assertion endpoint</span><a class="self-link" href="#idp-api-id-assertion-endpoint"></a></h3>
<p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="identity-assertion-endpoint">identity assertion endpoint</dfn> is responsible for minting a new token that contains signed assertions about the user.</p>
<p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="identity-assertion-endpoint">identity assertion endpoint</dfn> is responsible for minting a new token.</p>
<p>The <a data-link-type="dfn" href="#identity-assertion-endpoint" id="ref-for-identity-assertion-endpoint①">identity assertion endpoint</a> is fetched in the <a data-link-type="dfn" href="#fetch-an-identity-assertion" id="ref-for-fetch-an-identity-assertion②">fetch an identity assertion</a> algorithm:</p>
<p>(a) as a <strong>POST</strong> request,
(b) <strong>with</strong> <a data-link-type="dfn" href="#idp" id="ref-for-idp③⑧">IDP</a> cookies,
Expand Down

0 comments on commit 0d596e5

Please sign in to comment.