1 parent a043958 commit e0d4419Copy full SHA for e0d4419
1 file changed
seq/usecases.md
@@ -8,11 +8,11 @@ config:
8
mirrorActors: false
9
---
10
sequenceDiagram
11
- box Apple
+ box Domain A
12
participant Apple as Apple
13
participant App as App
14
end
15
- box Blue KC
+ box Domain B
16
participant RS as REST API
17
participant KC as Keycloak
18
@@ -29,11 +29,15 @@ config:
29
30
31
32
33
participant IA as External IdP
34
participant C as Client
35
+ end
36
37
participant G as Gateway
38
39
40
+ box
41
C->>IA: Login
42
C->>G: Request
43
G->>RS: Request
0 commit comments