Skip to content

Commit 2d6da32

Browse files
committed
Update the backend endpoint for exchangeOidcToken.
1 parent 170be93 commit 2d6da32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ export const enum DefaultConfig {
9494
TOKEN_API_HOST = 'securetoken.googleapis.com',
9595
API_HOST = 'identitytoolkit.googleapis.com',
9696
API_SCHEME = 'https',
97-
// TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release.
98-
REGIONAL_API_HOST = 'autopush-identityplatform.sandbox.googleapis.com/v2alpha/'
97+
REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2beta/'
9998
}
10099

101100
export class AuthImpl implements AuthInternal, _FirebaseService {

0 commit comments

Comments
 (0)