docs: update wording and typos for AuthServices (#525)

The wording for `Authorized Invocations` reads a bit funny and has a
typo.

Updating it to make a bit more sense and fixing a couple other typos
around auth.
This commit is contained in:
Jack Wotherspoon
2025-05-05 12:24:03 -04:00
committed by GitHub
parent c7189e9fcf
commit 8b68764ef6
2 changed files with 5 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ AuthServices represent services that handle authentication and authorization. It
can primarily be used by [Tools](../tools) in two different ways:
- [**Authorized Invocation**][auth-invoke] is when a tool
to be validate by the auth service before the call can be invoked. Toolbox
will rejected an calls that fail to validate or have an invalid token.
is validated by the auth service before the call can be invoked. Toolbox
will reject any calls that fail to validate or have an invalid token.
- [**Authenticated Parameters**][auth-params] replace the value of a parameter
with a field from an [OIDC][openid-claims] claim. Toolbox will automatically
resolve the ID token provided by the client and replace the parameter in the
@@ -50,8 +50,8 @@ After you've configured an `authService` you'll, need to reference it in the
configuration for each tool that should use it:
- **Authorized Invocations** for authorizing a tool call, [use the
`requiredAuth` field in a tool config][auth-invoke]
- **Authenticated Parameters** for using the value from a ODIC claim, [use the
`authRequired` field in a tool config][auth-invoke]
- **Authenticated Parameters** for using the value from a OIDC claim, [use the
`authServices` field in a parameter config][auth-params]
## Specifying ID Tokens from Clients

View File

@@ -93,7 +93,7 @@ in the list using the items field:
```yaml
parameters:
- name: preffered_airlines
- name: preferred_airlines
type: array
description: A list of airline, ordered by preference.
items: