Skip to content

Commit 6490fda

Browse files
turt2livedbkranoadragon453
authored
Apply suggestions from code review
Co-authored-by: David Baker <[email protected]> Co-authored-by: Andrew Morgan <[email protected]>
1 parent bd0211b commit 6490fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/1960-integrations-openid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ via a common widget - it would be nice if that widget could auth the user withou
1919
their username and password into an iframe.
2020

2121
Widgets can request OpenID credentials from the user by sending a `fromWidget` action of `get_openid`
22-
to intiate the token exchange process. The client should respond with an acknowledgement of
22+
to initiate the token exchange process. The client should respond with an acknowledgement of
2323
`{"state":"request"}` (or `{"state":"blocked"}` if the client/user doesn't think the widget is safe).
2424
The client should then prompt the user if the widget should be allowed to get details about the user,
2525
optionally providing a way for the user to always accept/deny the widget. If the user agrees, the
@@ -31,7 +31,7 @@ the OpenID object (just like in the data for `openid_credentials`). The widget s
3131
credentials until after it has exchanged capabilities with the client, however this is not required. The
3232
widget should acknowledge the `openid_credentials` request with an empty response object.
3333

34-
A full sequence diagram for this flow is as follows:
34+
A successful sequence diagram for this flow is as follows:
3535

3636
```
3737
+-------+ +---------+ +---------+

0 commit comments

Comments
 (0)