Skip to content

Commit f530231

Browse files
authored
Update flows.md
1 parent de761e7 commit f530231

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

seq/flows.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,21 @@ config:
8787
mirrorActors: false
8888
---
8989
sequenceDiagram
90-
participant IDPA as External IdP
90+
box Domain A
91+
participant E as External IdP
9192
participant C as Client
92-
participant IDPB as Keycloak
93+
end
94+
box Domain B
95+
participant KC as Keycloak
9396
participant RS as REST API
94-
C->>IDPA: Login
95-
IPDA->>C: ID Token
96-
C->>TS: Exchange token
97-
TS->>C: ID-JAG
98-
C->>IDPB: Token request, with ID-JAG
99-
IDPB->>C: Token response
97+
end
98+
99+
C->>E: Login
100+
E->>C: ID Token
101+
C->>E: Exchange token
102+
E->>C: ID-JAG
103+
C->>KC: Token request, with ID-JAG
104+
KC->>C: Token response
100105
C->>RS: Request with token
101106
```
102107

0 commit comments

Comments
 (0)