@@ -763,7 +763,7 @@ dictionary IdentityProviderRequestOptions : IdentityProviderConfig {
763
763
agent to show to the user. If provided, the user agent will not show accounts which do not
764
764
match this login hint value. It generally matches some attribute from the desired
765
765
{{IdentityProviderAccount}} .
766
- : <b> {{IdentityProviderConfig /domainHint}} </b>
766
+ : <b> {{IdentityProviderRequestOptions /domainHint}} </b>
767
767
:: A string representing the domain hint corresponding to a domain which the [=RP=] is
768
768
interested in, or "any" if the [=RP=] wants any account associated with at least one domain
769
769
hint. If provided, the user agent will not show accounts which do not match the domain hint
@@ -896,8 +896,8 @@ the exception thrown.
896
896
1. Let |config| be the result of running [=fetch the config file=] with
897
897
|provider| and |globalObject|.
898
898
1. If |config| is failure, return (failure, false).
899
- 1. <dfn>Fetch accounts list step</dfn> : Let |accountsList| be the result of
900
- [=fetch the accounts list =] with |config|, |provider|, and |globalObject|.
899
+ 1. <dfn>Fetch accounts step</dfn> : Let |accountsList| be the result of
900
+ [=fetch the accounts=] with |config|, |provider|, and |globalObject|.
901
901
1. If |accountsList| is failure, or the size of |accountsList| is 0:
902
902
1. [=Set the login status=] for the [=/origin=] of the
903
903
{{IdentityProviderConfig/configURL}} to [=logged-out=] .
@@ -933,7 +933,7 @@ the exception thrown.
933
933
1. If |result| is failure, return (failure, true). The user
934
934
agent MAY show a dialog to the user before or after
935
935
returning failure indicating this failure.
936
- 1. Otherwise, go back to the [=fetch accounts list step=] .
936
+ 1. Otherwise, go back to the [=fetch accounts step=] .
937
937
938
938
1. Assert: |accountsList| is not failure and the size of |accountsList| is not 0.
939
939
1. [=Set the login status=] for the [=/origin=] of the
@@ -943,14 +943,14 @@ the exception thrown.
943
943
{{IdentityProviderAccount/login_hints}} does not [=list/contain=] |provider|'s
944
944
{{IdentityProviderRequestOptions/loginHint}} .
945
945
1. If |accountList| is now empty, go to the [=mismatch dialog step=] .
946
- 1. If |provider|'s {{IdentityProviderConfig /domainHint}} is not empty:
946
+ 1. If |provider|'s {{IdentityProviderRequestOptions /domainHint}} is not empty:
947
947
1. For every |account| in |accountList|:
948
- 1. If {{IdentityProviderConfig /domainHint}} is "any":
948
+ 1. If {{IdentityProviderRequestOptions /domainHint}} is "any":
949
949
1. If |account|'s {{IdentityProviderAccount/domain_hints}} is empty, remove
950
950
|account| from |accountList|.
951
951
1. Otherwise, remove |account| from |accountList| if |account|'s
952
952
{{IdentityProviderAccount/domain_hints}} does not [=list/contain=] |provider|'s
953
- {{IdentityProviderConfig /domainHint}} .
953
+ {{IdentityProviderRequestOptions /domainHint}} .
954
954
1. If |accountList| is now empty, go to the [=mismatch dialog step=] .
955
955
1. For each |acc| in |accountsList|:
956
956
1. If |acc|["{{IdentityProviderAccount/picture}}"] is present, [=fetch the account picture=]
@@ -1162,15 +1162,15 @@ dictionary IdentityProviderAPIConfig {
1162
1162
</xmp>
1163
1163
1164
1164
<!-- ============================================================ -->
1165
- ### Fetch the accounts list ### {#fetch-accounts-list }
1165
+ ### Fetch the accounts ### {#fetch-accounts}
1166
1166
<!-- ============================================================ -->
1167
1167
1168
- The <a>fetch the accounts list </a> algorithm fetches the [=accounts list endpoint=] to determine the
1168
+ The <a>fetch the accounts</a> algorithm fetches the [=accounts endpoint=] to determine the
1169
1169
list of [=IDP=] accounts that the user is signed in to, so that the user agent can later show the
1170
1170
FedCM UI to the user.
1171
1171
1172
1172
<div algorithm>
1173
- To <dfn>fetch the accounts list </dfn> given an {{IdentityProviderAPIConfig}} |config|, an
1173
+ To <dfn>fetch the accounts</dfn> given an {{IdentityProviderAPIConfig}} |config|, an
1174
1174
{{IdentityProviderRequestOptions}} |provider|, and |globalObject|, run the following steps. This
1175
1175
returns an {{IdentityProviderAccountList}} .
1176
1176
1. Let |accountsUrl| be the result of [=computing the manifest URL=] given |provider|,
@@ -1532,10 +1532,10 @@ success or failure.
1532
1532
1. Assert: |loginUrl| is not failure (the [=user agent=] has previously checked that
1533
1533
|config|.{{IdentityProviderAPIConfig/login_url}} is a valid URL).
1534
1534
1. Let |queryList| be a new [=list=] .
1535
- 1. If |provider|'s {{IdentityProviderConfig /loginHint}} is not empty, [=list/append=]
1536
- ("login_hint", {{IdentityProviderConfig /loginHint}} ) to |queryList|.
1537
- 1. If |provider|'s {{IdentityProviderConfig /domainHint}} is not empty, [=list/append=]
1538
- ("domain_hint", {{IdentityProviderConfig /domainHint}} ) to |queryList|.
1535
+ 1. If |provider|'s {{IdentityProviderRequestOptions /loginHint}} is not empty, [=list/append=]
1536
+ ("login_hint", {{IdentityProviderRequestOptions /loginHint}} ) to |queryList|.
1537
+ 1. If |provider|'s {{IdentityProviderRequestOptions /domainHint}} is not empty, [=list/append=]
1538
+ ("domain_hint", {{IdentityProviderRequestOptions /domainHint}} ) to |queryList|.
1539
1539
1. If |queryList| is not [=list/empty=] :
1540
1540
1. Let |queryParameters| be the result of the [=urlencoded serializer=] with |queryList|.
1541
1541
1. If |loginUrl|'s [=url/query=] is not null or empty, prepend "&" to |queryParameters|.
@@ -1598,7 +1598,7 @@ An {{IdentityUserInfo}} represents user account information from a user. This in
1598
1598
to the [=IDP=] once the user has already used the FedCM API to login in the [=RP=] . That is, it is
1599
1599
exposed when there exists an account |account| such that the [=connected accounts set=] [=list/contains=]
1600
1600
the triple ([=RP=] , [=IDP=] , |account|). The information matches what is received from the
1601
- <a>accounts list endpoint</a> . The [=IDP=] can obtain this information by invoking the
1601
+ <a>accounts endpoint</a> . The [=IDP=] can obtain this information by invoking the
1602
1602
{{IdentityProvider/getUserInfo()}} static method from an iframe matching the [=/origin=] of its
1603
1603
{{IdentityProviderConfig/configURL}} .
1604
1604
@@ -1650,7 +1650,7 @@ When invoking the {{IdentityProvider/getUserInfo()}} method given an {{IdentityP
1650
1650
|globalObject|.
1651
1651
1. If |config| is failure, [=reject=] |promise| with a new "{{NetworkError}} "
1652
1652
{{DOMException}} .
1653
- 1. Let |accountsList| be the result of [=fetch the accounts list =] with |config|, |provider|,
1653
+ 1. Let |accountsList| be the result of [=fetch the accounts=] with |config|, |provider|,
1654
1654
and |globalObject|.
1655
1655
1. Let |hasReturningAccount| be false.
1656
1656
1. For each |account| in |accountsList|:
@@ -1858,12 +1858,12 @@ For example:
1858
1858
</div>
1859
1859
1860
1860
<!-- ============================================================ -->
1861
- ## Accounts list endpoint ## {#idp-api-accounts-endpoint}
1861
+ ## Accounts endpoint ## {#idp-api-accounts-endpoint}
1862
1862
<!-- ============================================================ -->
1863
1863
1864
- The <dfn>accounts list endpoint</dfn> provides the list of accounts the user has at the [=IDP=] .
1864
+ The <dfn>accounts endpoint</dfn> provides the list of accounts the user has at the [=IDP=] .
1865
1865
1866
- The [=accounts list endpoint=] is fetched in the [=fetch the accounts list =] algorithm:
1866
+ The [=accounts endpoint=] is fetched in the [=fetch the accounts=] algorithm:
1867
1867
1868
1868
(a) **with** [=IDP=] cookies,
1869
1869
(b) **with** the <a http-header>Sec-Fetch-Dest</a> header set to `webidentity`,
@@ -1908,7 +1908,7 @@ Every {{IdentityProviderAccount}} is expected to have members with the following
1908
1908
matching a given value is shown to the user.
1909
1909
: <dfn>domain_hints</dfn>
1910
1910
:: A list of strings which correspond to all of the domain hints which match with this account.
1911
- An [=RP=] can use the {{IdentityProviderConfig /domainHint}} to request that only an account
1911
+ An [=RP=] can use the {{IdentityProviderRequestOptions /domainHint}} to request that only an account
1912
1912
matching a given value or containing some domain hint is shown to the user.
1913
1913
</dl>
1914
1914
@@ -2095,7 +2095,7 @@ method:
2095
2095
(b) **with** [=IDP=] cookies,
2096
2096
(c) **with** the [=RP=] 's origin in the <a http-header>Origin</a> header,
2097
2097
(d) **with** the <a http-header>Sec-Fetch-Dest</a> header set to `webidentity`,
2098
- (e) **without** following [[RFC9110#section-10.2.2 |HTTP redirects]] , and
2098
+ (e) **without** following [[RFC9110#field.location |HTTP redirects]] , and
2099
2099
(f) in "cors" [=request/mode=] .
2100
2100
2101
2101
It will also contain the following in the request body `application/x-www-form-urlencoded`:
@@ -2618,7 +2618,7 @@ origin of the fetched URLs.
2618
2618
or referrer. Thus, anyone could perform this fetch, and the information contained therein
2619
2619
is considered public.
2620
2620
2621
- * The [=accounts list endpoint=] fetch can't be used to track users because it is performed with cookies from the
2621
+ * The [=accounts endpoint=] fetch can't be used to track users because it is performed with cookies from the
2622
2622
[=IDP=] but, importantly, without the {{id_assertion_endpoint_request/client_id}} or referrer. This in theory is a new power
2623
2623
that the [=RP=] gains that it would not have otherwise. Preventing too many of these fetches may
2624
2624
be important, but [=IDP=] s are already expected to protect against DoS attacks. In addition, the
0 commit comments