Skip to content

Commit 71faa78

Browse files
authored
Modify mermaid config for OAuth 2.0 diagrams
Updated mermaid sequence diagrams in assertions.md.
1 parent 11136f9 commit 71faa78

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

seq/assertions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Assertion Framework for OAuth 2.0 Client Authentication and Authorization Grants
22
```mermaid
3+
---
4+
config:
5+
mirrorActors: false
6+
---
37
sequenceDiagram
48
participant C as Application
59
participant TS as Token Service
@@ -18,8 +22,6 @@ sequenceDiagram
1822
---
1923
config:
2024
mirrorActors: false
21-
actorFontSize: 10
22-
messageFontSize: 10
2325
---
2426
sequenceDiagram
2527
participant IDPA as Identity Provider #A

0 commit comments

Comments
 (0)