Skip to content

Commit a7c8af5

Browse files
rdimitrovCopilot
andauthored
Update docs/toolhive/guides-registry/authorization.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f6a89a1 commit a7c8af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/toolhive/guides-registry/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ authz:
9898
```
9999
100100
Claim values can be strings or arrays. When a JWT claim is an array (for
101-
example, `roles: ["admin", "writer"]`), the server checks whether any element
101+
example, `role: ["admin", "writer"]`), the server checks whether any element
102102
matches the required value. A rule with `role: "admin"` would match this JWT
103103
because `"admin"` is one of the array elements.
104104

0 commit comments

Comments
 (0)