Skip to content

Commit 5de3ddd

Browse files
committed
fix example userinfo object in authn docs
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 08b0cd7 commit 5de3ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ jwt:
567567
"admin"
568568
],
569569
"extra": {
570-
"example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a"
570+
"example.com/tenant": ["72f988bf-86f1-41af-91ab-2d7cd011db4a"]
571571
}
572572
}
573573
```
@@ -683,7 +683,7 @@ jwt:
683683
"admin"
684684
],
685685
"extra": {
686-
"example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a"
686+
"example.com/tenant": ["72f988bf-86f1-41af-91ab-2d7cd011db4a"]
687687
}
688688
}
689689
```

0 commit comments

Comments
 (0)