Skip to content

Commit 849c949

Browse files
authored
Update assertions.md
1 parent 6001491 commit 849c949

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

seq/assertions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ config:
4545
mirrorActors: false
4646
---
4747
sequenceDiagram
48-
participant IDPA as Identity Provider #A
48+
participant IDPA as External IdP
4949
participant C as Client
50-
participant IDPB as Identity Provider #B
50+
participant IDPB as Keycloak
5151
participant RS as REST API
5252
C->>IDPA: Exchange token
5353
IDPA->>C: Assertion
@@ -65,9 +65,9 @@ config:
6565
mirrorActors: false
6666
---
6767
sequenceDiagram
68-
participant IDPA as Identity Provider #A
68+
participant IDPA as External IdP
6969
participant C as Client
70-
participant IDPB as Identity Provider #B
70+
participant IDPB as Keycloak
7171
participant RS as REST API
7272
C->>IDPB: Token exchange request
7373
IDPB->>C: Token response

0 commit comments

Comments
 (0)