Skip to content

Commit

Permalink
Fix descrition of content of the response of the client_metadata_endp…
Browse files Browse the repository at this point in the history
…oint

According to https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API/IDP_integration#the_client_metadata_endpoint and https://developers.google.com/privacy-sandbox/cookies/fedcm-developer-guide , the the_client_metadata_endpoint returns links to information about the RP and not the IdP
  • Loading branch information
togamid authored Sep 27, 2024
1 parent a966a8b commit 6122704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/fedcm_api/rp_sign-in/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The flow is as follows:
5. The IdP responds with the account information requested from the `accounts_endpoint`. This is an array of all accounts associated with the user's IdP cookies for any RPs associated with the IdP.

6. {{optional_inline}} If included in the IdP config file, the browser makes an uncredentialed request to the [`client_metadata_endpoint`](/en-US/docs/Web/API/FedCM_API/IDP_integration#the_client_metadata_endpoint) for the location of the IdP terms of service and privacy policy pages. This is a `GET` request sent with the `clientId` passed into the `get()` call as a parameter, without cookies.
6. {{optional_inline}} If included in the IdP config file, the browser makes an uncredentialed request to the [`client_metadata_endpoint`](/en-US/docs/Web/API/FedCM_API/IDP_integration#the_client_metadata_endpoint) for the location of the RP terms of service and privacy policy pages. This is a `GET` request sent with the `clientId` passed into the `get()` call as a parameter, without cookies.

7. {{optional_inline}} The IdP responds with the URLs requested from the `client_metadata_endpoint`.

Expand Down

0 comments on commit 6122704

Please sign in to comment.