-
Notifications
You must be signed in to change notification settings - Fork 0
SequenceDiagram
Taku Amano edited this page Sep 28, 2022
·
1 revision
sequenceDiagram
autonumber
actor user as User
participant mt as mt.cgi
user->>mt: GET /mt/mt.cgi
mt->>user: sign in form
user->>mt: via xhr<br />POST /mt/mt.cgi?__mode=mfa_login_form
Note right of user: Send credentials
mt->>user: MFA form as partial html
user->>mt: POST /mt/mt.cgi
Note right of user: Send credentials including MFA token