Method: projects.identityPlatform.initializeAuth

Initialize Identity Platform for a Cloud project. Identity Platform is an end-to-end authentication system for third-party users to access your apps and services. These could include mobile/web apps, games, APIs and beyond.

This is the publicly available variant of identityPlatform.enable that is only available to billing-enabled projects.

HTTP request

POST https://identitytoolkit.googleapis.com/v2/{project=projects/*}/identityPlatform:initializeAuth

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
project

string

The resource name of the target project the developer wants to enable Identity Platform for.

Authorization requires the following IAM permission on the specified resource project:

  • firebaseauth.configs.create

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.