Skip to content

Commit 955d4d0

Browse files
authored
Editorial: rename accounts list endpoint (#545)
* Editorial rename * case
1 parent 6bc6819 commit 955d4d0

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

spec/index.bs

+22-22
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ dictionary IdentityProviderRequestOptions : IdentityProviderConfig {
763763
agent to show to the user. If provided, the user agent will not show accounts which do not
764764
match this login hint value. It generally matches some attribute from the desired
765765
{{IdentityProviderAccount}}.
766-
: <b>{{IdentityProviderConfig/domainHint}}</b>
766+
: <b>{{IdentityProviderRequestOptions/domainHint}}</b>
767767
:: A string representing the domain hint corresponding to a domain which the [=RP=] is
768768
interested in, or "any" if the [=RP=] wants any account associated with at least one domain
769769
hint. If provided, the user agent will not show accounts which do not match the domain hint
@@ -896,8 +896,8 @@ the exception thrown.
896896
1. Let |config| be the result of running [=fetch the config file=] with
897897
|provider| and |globalObject|.
898898
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|.
901901
1. If |accountsList| is failure, or the size of |accountsList| is 0:
902902
1. [=Set the login status=] for the [=/origin=] of the
903903
{{IdentityProviderConfig/configURL}} to [=logged-out=].
@@ -933,7 +933,7 @@ the exception thrown.
933933
1. If |result| is failure, return (failure, true). The user
934934
agent MAY show a dialog to the user before or after
935935
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=].
937937

938938
1. Assert: |accountsList| is not failure and the size of |accountsList| is not 0.
939939
1. [=Set the login status=] for the [=/origin=] of the
@@ -943,14 +943,14 @@ the exception thrown.
943943
{{IdentityProviderAccount/login_hints}} does not [=list/contain=] |provider|'s
944944
{{IdentityProviderRequestOptions/loginHint}}.
945945
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:
947947
1. For every |account| in |accountList|:
948-
1. If {{IdentityProviderConfig/domainHint}} is "any":
948+
1. If {{IdentityProviderRequestOptions/domainHint}} is "any":
949949
1. If |account|'s {{IdentityProviderAccount/domain_hints}} is empty, remove
950950
|account| from |accountList|.
951951
1. Otherwise, remove |account| from |accountList| if |account|'s
952952
{{IdentityProviderAccount/domain_hints}} does not [=list/contain=] |provider|'s
953-
{{IdentityProviderConfig/domainHint}}.
953+
{{IdentityProviderRequestOptions/domainHint}}.
954954
1. If |accountList| is now empty, go to the [=mismatch dialog step=].
955955
1. For each |acc| in |accountsList|:
956956
1. If |acc|["{{IdentityProviderAccount/picture}}"] is present, [=fetch the account picture=]
@@ -1162,15 +1162,15 @@ dictionary IdentityProviderAPIConfig {
11621162
</xmp>
11631163

11641164
<!-- ============================================================ -->
1165-
### Fetch the accounts list ### {#fetch-accounts-list}
1165+
### Fetch the accounts ### {#fetch-accounts}
11661166
<!-- ============================================================ -->
11671167

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
11691169
list of [=IDP=] accounts that the user is signed in to, so that the user agent can later show the
11701170
FedCM UI to the user.
11711171

11721172
<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
11741174
{{IdentityProviderRequestOptions}} |provider|, and |globalObject|, run the following steps. This
11751175
returns an {{IdentityProviderAccountList}}.
11761176
1. Let |accountsUrl| be the result of [=computing the manifest URL=] given |provider|,
@@ -1532,10 +1532,10 @@ success or failure.
15321532
1. Assert: |loginUrl| is not failure (the [=user agent=] has previously checked that
15331533
|config|.{{IdentityProviderAPIConfig/login_url}} is a valid URL).
15341534
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|.
15391539
1. If |queryList| is not [=list/empty=]:
15401540
1. Let |queryParameters| be the result of the [=urlencoded serializer=] with |queryList|.
15411541
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
15981598
to the [=IDP=] once the user has already used the FedCM API to login in the [=RP=]. That is, it is
15991599
exposed when there exists an account |account| such that the [=connected accounts set=] [=list/contains=]
16001600
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
16021602
{{IdentityProvider/getUserInfo()}} static method from an iframe matching the [=/origin=] of its
16031603
{{IdentityProviderConfig/configURL}}.
16041604

@@ -1650,7 +1650,7 @@ When invoking the {{IdentityProvider/getUserInfo()}} method given an {{IdentityP
16501650
|globalObject|.
16511651
1. If |config| is failure, [=reject=] |promise| with a new "{{NetworkError}}"
16521652
{{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|,
16541654
and |globalObject|.
16551655
1. Let |hasReturningAccount| be false.
16561656
1. For each |account| in |accountsList|:
@@ -1858,12 +1858,12 @@ For example:
18581858
</div>
18591859

18601860
<!-- ============================================================ -->
1861-
## Accounts list endpoint ## {#idp-api-accounts-endpoint}
1861+
## Accounts endpoint ## {#idp-api-accounts-endpoint}
18621862
<!-- ============================================================ -->
18631863

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=].
18651865

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:
18671867

18681868
(a) **with** [=IDP=] cookies,
18691869
(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
19081908
matching a given value is shown to the user.
19091909
: <dfn>domain_hints</dfn>
19101910
:: 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
19121912
matching a given value or containing some domain hint is shown to the user.
19131913
</dl>
19141914

@@ -2095,7 +2095,7 @@ method:
20952095
(b) **with** [=IDP=] cookies,
20962096
(c) **with** the [=RP=]'s origin in the <a http-header>Origin</a> header,
20972097
(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
20992099
(f) in "cors" [=request/mode=].
21002100

21012101
It will also contain the following in the request body `application/x-www-form-urlencoded`:
@@ -2618,7 +2618,7 @@ origin of the fetched URLs.
26182618
or referrer. Thus, anyone could perform this fetch, and the information contained therein
26192619
is considered public.
26202620

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
26222622
[=IDP=] but, importantly, without the {{id_assertion_endpoint_request/client_id}} or referrer. This in theory is a new power
26232623
that the [=RP=] gains that it would not have otherwise. Preventing too many of these fetches may
26242624
be important, but [=IDP=]s are already expected to protect against DoS attacks. In addition, the

0 commit comments

Comments
 (0)