Architektur hinzugefügt
parent
5c1a183851
commit
a346b0a499
1 changed files with 21 additions and 0 deletions
21
Architektur.md
Normal file
21
Architektur.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Architektur
|
||||||
|
|
||||||
|
## Grobe Architektur
|
||||||
|
```mermaid
|
||||||
|
flowchart
|
||||||
|
k["IAM (SZUT Keycloak)"]
|
||||||
|
a["Administration (Angular)"]
|
||||||
|
c["Client (Redot) /<br> Companion App (Angular)"]
|
||||||
|
steam["IAM (Steam)"]
|
||||||
|
s["Server (Springboot)"]
|
||||||
|
|
||||||
|
a-->|administrative actions|s
|
||||||
|
a-->|login|k
|
||||||
|
k-->|authenticates|a
|
||||||
|
s-->|verify user|k
|
||||||
|
|
||||||
|
c-->|login|steam
|
||||||
|
steam-->|authenticates|c
|
||||||
|
c-->|connects to WS|s
|
||||||
|
s<-->|session|c
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue