From 2d6da3293d6aacd46500c6e242c27962a3a769c0 Mon Sep 17 00:00:00 2001 From: mansisampat Date: Thu, 24 Jul 2025 10:30:07 +0530 Subject: [PATCH] Update the backend endpoint for exchangeOidcToken. --- packages/auth/src/core/auth/auth_impl.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/auth/src/core/auth/auth_impl.ts b/packages/auth/src/core/auth/auth_impl.ts index f9e0950def5..b8c6ad8a1a3 100644 --- a/packages/auth/src/core/auth/auth_impl.ts +++ b/packages/auth/src/core/auth/auth_impl.ts @@ -94,8 +94,7 @@ export const enum DefaultConfig { TOKEN_API_HOST = 'securetoken.googleapis.com', API_HOST = 'identitytoolkit.googleapis.com', API_SCHEME = 'https', - // TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release. - REGIONAL_API_HOST = 'autopush-identityplatform.sandbox.googleapis.com/v2alpha/' + REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2beta/' } export class AuthImpl implements AuthInternal, _FirebaseService {