Skip to content

Commit

Permalink
Remove 'signed assertions about the user' (#684)
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 Jan 13, 2025
1 parent 3f25d0d commit 9fb61a2
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 @@ -2050,7 +2050,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 9fb61a2

Please sign in to comment.