We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478d86c commit c9b0418Copy full SHA for c9b0418
spec/index.bs
@@ -1881,8 +1881,14 @@ The {{IdentityProviderAPIConfig}} object's members have the following semantics:
1881
: <dfn>disconnect_endpoint</dfn>
1882
:: A URL that points to an HTTP API that complies with the [[#idp-api-disconnect-endpoint]]
1883
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.
1887
: <dfn>branding</dfn>
1888
:: 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.
1892
</dl>
1893
1894
The {{IdentityProviderBranding}} enables an [=IDP=] to express their branding
0 commit comments