File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs/kratos/social-signin Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ sequenceDiagram
61
61
O->>A: flow.session_token_exchange_code: ...
62
62
U->>A: choose SSO provider
63
63
A->>O: submit form with provider=...
64
- O->>A: Status 422 with err.response.data.redirect_browser_to=< IdP auth URL>
65
- A->>+B: go to < IdP auth URL>
66
- B->>+I: open < IdP auth URL>
64
+ O->>A: Status 422 with err.response.data.redirect_browser_to=[ IdP auth URL]
65
+ A->>+B: go to [ IdP auth URL]
66
+ B->>+I: open [ IdP auth URL]
67
67
U->>I: login, consent
68
- I->>-B: redirect to < IdP callback URL>
69
- B->>O: open < IdP callback URL>
68
+ I->>-B: redirect to [ IdP callback URL]
69
+ B->>O: open [ IdP callback URL]
70
70
O->>B: 302 Found
71
- B->>A: redirect with App link to < return to> /?code=...
71
+ B->>A: redirect with App link to [ return to] /?code=...
72
72
deactivate B
73
73
A->>O: exchange code for session token
74
74
O->>-A: session token
You can’t perform that action at this time.
0 commit comments