From 5cdc63abefa447abb8e514af37929a74110e8519 Mon Sep 17 00:00:00 2001 From: Phil Smart Date: Wed, 27 Nov 2024 16:27:14 +0000 Subject: [PATCH] Remove 'signed assertions about the user' 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. --- spec/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.bs b/spec/index.bs index 7d41bb78..9b580aa0 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1999,7 +1999,7 @@ For example: ## Identity assertion endpoint ## {#idp-api-id-assertion-endpoint} -The identity assertion endpoint is responsible for minting a new token that contains signed assertions about the user. +The identity assertion endpoint is responsible for minting a new token. The [=identity assertion endpoint=] is fetched in the [=fetch an identity assertion=] algorithm: