Skip to content

Commit c9b0418

Browse files
authored
Add login_url in section 3.2 ("The config file") (#710)
* Add login_url in section 3.2 ("The config file") * Add account_label
1 parent 478d86c commit c9b0418

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/index.bs

+6
Original file line numberDiff line numberDiff line change
@@ -1881,8 +1881,14 @@ The {{IdentityProviderAPIConfig}} object's members have the following semantics:
18811881
: <dfn>disconnect_endpoint</dfn>
18821882
:: A URL that points to an HTTP API that complies with the [[#idp-api-disconnect-endpoint]]
18831883
API.
1884+
: <dfn>login_url</dfn>
1885+
:: A URL that can be used to log in to this IdP. This is a user-facing URL that can be shown in
1886+
a popup window.
18841887
: <dfn>branding</dfn>
18851888
:: A set of {{IdentityProviderBranding}} options.
1889+
: <dfn>account_label</dfn>
1890+
:: An optional string that needs to match the {{IdentityProviderAccount/label_hints}} provided
1891+
by the IdP.
18861892
</dl>
18871893

18881894
The {{IdentityProviderBranding}} enables an [=IDP=] to express their branding

0 commit comments

Comments
 (0)