Skip to content

Commit

Permalink
Remove 'signed assertions about the user'
Browse files Browse the repository at this point in the history
Given FedCM is unopinionated about what information a token carries, 'The content of the token ... can contain anything that the IDP would like to pass to the RP to facilitate the login'. Maybe this description should not say it will contain signed user assertions.
  • Loading branch information
philsmart authored Nov 27, 2024
1 parent 8201e01 commit 5cdc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ For example:
## Identity assertion endpoint ## {#idp-api-id-assertion-endpoint}
<!-- ============================================================ -->

The <dfn>identity assertion endpoint</dfn> is responsible for minting a new token that contains signed assertions about the user.
The <dfn>identity assertion endpoint</dfn> is responsible for minting a new token.

The [=identity assertion endpoint=] is fetched in the [=fetch an identity assertion=] algorithm:

Expand Down

0 comments on commit 5cdc63a

Please sign in to comment.