- HTTP request
- Query parameters
- Request body
- Response body
- Authorization scopes
- DefaultSupportedIdp
- Try it!
List all default supported Idps.
HTTP request
GET https://identitytoolkit.googleapis.com/admin/v2/defaultSupportedIdps
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
pageSize
|
The maximum number of items to return. |
pageToken
|
The nextPageToken value returned from a previous List request, if any. |
Request body
The request body must be empty.
Response body
Response for defaultSupportedIdps.list
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"defaultSupportedIdps"
:
[
{
object (
|
| Fields | |
|---|---|
defaultSupportedIdps[]
|
The set of configs. |
nextPageToken
|
Token to retrieve the next page of results, or empty if there are no more results in the list. |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/identitytoolkit -
https://www.googleapis.com/auth/firebase -
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
DefaultSupportedIdp
Standard Identity Toolkit-trusted IDPs.
| JSON representation |
|---|
{ "idpId" : string , "description" : string } |
| Fields | |
|---|---|
idpId
|
Id the of Idp |
description
|
Description of the Idp |

