Skip to content

Commit

Permalink
fixed inconsistent token naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ofegem committed Jul 3, 2024
1 parent d476fa2 commit 670c823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/images/TI-M_Basis/UC_10057_Seq.puml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ note over U, MH: <size:17>Die Authentifizierungsverfahren werden für jeden \n<s
note over MH, MH: <size:17>Die Überprüfung ist abhängig vom \n<size:17>gewählten Authentifizierungsverfahren</size>

|||
MH->MH: erstelle \nMatrix-ACCESS_TOKEN, \nREFRESH_TOKEN
MH-->MP: Matrix-ACCESS_TOKEN, \nREFRESH_TOKEN
MH->MH: erstelle \nMatrix-ACCESS_TOKEN, \nMatrix-REFRESH_TOKEN
MH-->MP: :Matrix-ACCESS_TOKEN, \n:Matrix-REFRESH_TOKEN
Deactivate MH
MP-->C: HTTP(S) Forward
Deactivate MP
|||
C->C: Speichere \nMatrix-ACCESS_TOKEN, \nREFRESH_TOKEN
C->C: Speichere \nMatrix-ACCESS_TOKEN, \nMatrix-REFRESH_TOKEN

C-->U: Anmeldung \nerfolgreich
Deactivate C
Expand Down

0 comments on commit 670c823

Please sign in to comment.