Revert "feat(ID token support): Add ID token support for authenticating to MC…" (#12162)

This commit is contained in:
Adam Weidman
2025-10-28 11:07:57 -04:00
committed by GitHub
parent cca5a12839
commit 034ca93907
4 changed files with 8 additions and 164 deletions
-2
View File
@@ -189,8 +189,6 @@ export class MCPServerConfig {
// OAuth configuration
readonly oauth?: MCPOAuthConfig,
readonly authProviderType?: AuthProviderType,
// When true, use Google ADC to fetch ID tokens for Cloud Run
readonly allow_unscoped_id_tokens_cloud_run?: boolean,
// Service Account Configuration
/* targetAudience format: CLIENT_ID.apps.googleusercontent.com */
readonly targetAudience?: string,