Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add login_url in section 3.2 ("The config file") #710

Merged
merged 2 commits into from
Mar 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1881,6 +1881,9 @@ The {{IdentityProviderAPIConfig}} object's members have the following semantics:
: <dfn>disconnect_endpoint</dfn>
:: A URL that points to an HTTP API that complies with the [[#idp-api-disconnect-endpoint]]
API.
: <dfn>login_url</dfn>
:: A URL that can be used to log in to this IdP. This is a user-facing URL that can be shown in
a popup window.
: <dfn>branding</dfn>
:: A set of {{IdentityProviderBranding}} options.
</dl>
Expand Down