Skip to content

Commit c921b37

Browse files
authored
Merge pull request #51330 from my-git9/npa-24254
[zh-cn]sync authentication.md
2 parents e0e1482 + fbbdf00 commit c921b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/reference/access-authn-authz/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ jwt:
10521052
"admin"
10531053
],
10541054
"extra": {
1055-
"example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a"
1055+
"example.com/tenant": ["72f988bf-86f1-41af-91ab-2d7cd011db4a"]
10561056
}
10571057
}
10581058
```
@@ -1238,7 +1238,7 @@ jwt:
12381238
"admin"
12391239
],
12401240
"extra": {
1241-
"example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a"
1241+
"example.com/tenant": ["72f988bf-86f1-41af-91ab-2d7cd011db4a"]
12421242
}
12431243
}
12441244
```

0 commit comments

Comments
 (0)