Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-gu authored Mar 25, 2024
1 parent 1406d7f commit d98f8eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions explorations/HOWTO-chrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ IDP).
### Button Flow
The button flow differs from the widget flow in several ways. The most significant
difference is that the button flow is on the critical path of a user's sign-in
journey. This means that a user must be able to successfully sign in with a
difference is that the button flow requires a user gesture such as clicking on a
sign-in button. This means that a user must be able to successfully sign in with a
federated account using this flow. In contrast, the widget flow is an optimized
flow that can reduce sign-in friction. This means that if the widget flow is
unavailable, a user can still click a "Sign in with IdP" button to continue. See
Expand Down Expand Up @@ -394,6 +394,3 @@ To use the Use Other Account API:
}
}
```

Note: IdP can add "widget" in "modes" to support this feature in the non-button flow. However,
this is not currently planned for shipping.

0 comments on commit d98f8eb

Please sign in to comment.