1 parent 6001491 commit 849c949Copy full SHA for 849c949
1 file changed
seq/assertions.md
@@ -45,9 +45,9 @@ config:
45
mirrorActors: false
46
---
47
sequenceDiagram
48
- participant IDPA as Identity Provider #A
+ participant IDPA as External IdP
49
participant C as Client
50
- participant IDPB as Identity Provider #B
+ participant IDPB as Keycloak
51
participant RS as REST API
52
C->>IDPA: Exchange token
53
IDPA->>C: Assertion
@@ -65,9 +65,9 @@ config:
65
66
67
68
69
70
71
72
C->>IDPB: Token exchange request
73
IDPB->>C: Token response
0 commit comments