From c6e555dc9e87f6d8fcc5a5ca299650f06f5813eb Mon Sep 17 00:00:00 2001 From: adk-bot Date: Fri, 17 Apr 2026 18:35:06 +0000 Subject: [PATCH] Update authentication.md to include GcpAuthProviderScheme --- docs/tools-custom/authentication.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/tools-custom/authentication.md b/docs/tools-custom/authentication.md index 4656c92cf1..c161ac5e0f 100644 --- a/docs/tools-custom/authentication.md +++ b/docs/tools-custom/authentication.md @@ -131,6 +131,10 @@ specific interactive process with your ***Agent Client*** application. * **SERVICE\_ACCOUNT:** Provides Google Cloud Service Account credentials as a JSON key or Application Default Credentials. This type typically exchanges a Bearer token. +* **GCP_AUTH_PROVIDER:** Leverages the GCP Agent Identity integration + ([`GcpAuthProviderScheme`](/integrations/agent-identity)) to automatically + handle 2-legged and 3-legged OAuth flows using Google Cloud's IAM + Connector Credentials service. ## Tools and integrations quick guide @@ -803,4 +807,4 @@ except Exception as e: required: - code - message - ``` + ``` \ No newline at end of file