1 parent ecf8e11 commit 6001491Copy full SHA for 6001491
1 file changed
seq/assertions.md
@@ -55,3 +55,21 @@ sequenceDiagram
55
IDPB->>C: Token response
56
C->>RS: Request with token
57
```
58
+
59
60
+## Keycloak External to Internal Token Exchange
61
62
+```mermaid
63
+---
64
+config:
65
+ mirrorActors: false
66
67
+sequenceDiagram
68
+ participant IDPA as Identity Provider #A
69
+ participant C as Client
70
+ participant IDPB as Identity Provider #B
71
+ participant RS as REST API
72
+ C->>IDPB: Token exchange request
73
+ IDPB->>C: Token response
74
+ C->>RS: Request with token
75
+```
0 commit comments