Skip to content

Commit d10748d

Browse files
authored
Fix glossary: change 'Authentication Scope' to 'Authorization Scope' (#419)
1 parent e4140e0 commit d10748d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/home/glossary.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ An 'authentication provider' is a service that your users can authenticate to gr
9797

9898
*Learn more about [authentication providers](/home/auth-providers).*
9999

100-
### Authentication Scope
100+
### Authorization Scope
101101

102-
An 'authentication scope' is a permission that a user can grant to an agent. This is used to control what the agent can do with the user's data. Available authentication scopes are defined by the authentication provider, and each tool defines the scopes it requires.
102+
An 'authorization scope' is a permission that a user can grant to an agent. This is used to control what the agent can do with the user's data. Available authorization scopes are defined by the authentication provider, and each tool defines the scopes it requires.
103103

104104
Learn more about [authorized tool calling](/home/auth/auth-tool-calling).
105105

0 commit comments

Comments
 (0)