Skip to content

Commit 6001491

Browse files
authored
Update assertions.md
1 parent ecf8e11 commit 6001491

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

seq/assertions.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,21 @@ sequenceDiagram
5555
IDPB->>C: Token response
5656
C->>RS: Request with token
5757
```
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

Comments
 (0)