docs: fix typo 'allowslisted' -> 'allowlisted' in mcp-server.md (#21665)

This commit is contained in:
Gyanranjan Priyam
2026-03-09 11:08:00 +05:30
committed by GitHub
parent d41735d6a9
commit ca7ac00030

View File

@@ -372,7 +372,7 @@ To authenticate with a server using Service Account Impersonation, you must set
the `authProviderType` to `service_account_impersonation` and provide the
following properties:
- **`targetAudience`** (string): The OAuth Client ID allowslisted on the
- **`targetAudience`** (string): The OAuth Client ID allowlisted on the
IAP-protected application you are trying to access.
- **`targetServiceAccount`** (string): The email address of the Google Cloud
Service Account to impersonate.