Skip to content

State that resolve() does nothing outside of continue_on #717

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
5 changes: 5 additions & 0 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,11 @@ their phone number. To allow for such flows, the [=IDP=] must call

See the [=show an IDP login dialog=] algorithm for more details.

{{IdentityProvider/resolve}} is used while a [=show a continuation
dialog|continuation dialog=] is shown to return a specific token to the [=RP=]
as described below. If called at any other time, reject the returned
promise with a "{{NotAllowedError}}" {{DOMException}}.

An {{IdentityUserInfo}} represents user account information from a user. This information is exposed
to the [=IDP=] once the user has already used the FedCM API to login in the [=RP=]. That is, it is
exposed when there exists an account |account| such that the [=connected accounts set=] [=list/contains=]
Expand Down