Skip to content

Commit 934497c

Browse files
authored
Merge pull request #51291 from aramase/aramase/d/fix_authn_docs
fix example userinfo object in authn docs
2 parents aaa944b + 5de3ddd commit 934497c

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)