Skip to content

Commit

Permalink
Update spec/index.bs
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
npm1 and TallTed authored Nov 4, 2024
1 parent 84d4ca3 commit 96f3014
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,13 @@ the exception thrown.
next steps. The user agent MAY also return (failure, false) at this point or
after some arbitrary wait.

Note: For example, the user agent could show an identity provider selector and
only proceed once the user confirms their desire to use an identity provider.
Or the user agent could provide a button in the URL bar and wait for user
input before continuing. Or the user agent could use previous user behavior
to determine not to show any UI to the user and silently reject the request.
Note: For example, the user agent could —
* show an identity provider selector and only proceed once
the user confirms their desire to use an identity provider.
* provide a button in the URL bar and wait for user input
before continuing.
* use previous user behavior to determine not to show any
UI to the user and silently reject the request.
1. Let |loginStatus| be the result of [=get the login status=] with
the [=/origin=] of |provider|'s {{IdentityProviderConfig/configURL}}.
1. If |loginStatus| is [=unknown=], a user agent MAY set it to [=logged-out=].
Expand Down

0 comments on commit 96f3014

Please sign in to comment.