---
title: "Get FedCM Parameters"
method: GET
path: "/self-service/fed-cm/parameters"
tags: ["frontend"]
---

# Get FedCM Parameters

`GET /self-service/fed-cm/parameters`

This endpoint returns a list of all available FedCM providers. It is only supported on the Ory Network.

## Response `200`

createFedcmFlowResponse

- CreateFedcmFlowResponse — Contains a list of all available FedCM providers.
  - `csrf_token` string
  - `providers` Provider[]
    - `client_id` string — The RP's client identifier, issued by the IdP.
    - `config_url` string — A full path of the IdP config file.
    - `domain_hint` string — By specifying one of domain_hints values provided by the accounts endpoints, the FedCM dialog selectively shows the specified account.
    - `fields` string[] — Array of strings that specifies the user information ("name", " email", "picture") that RP needs IdP to share with them. Note: Field API is supported by Chrome 132 and later.
    - `login_hint` string — By specifying one of login_hints values provided by the accounts endpoints, the FedCM dialog selectively shows the specified account.
    - `nonce` string — A random string to ensure the response is issued for this specific request. Prevents replay attacks.
    - `parameters` object — Custom object that allows to specify additional key-value parameters: scope: A string value containing additional permissions that RP needs to request, for example " drive.readonly calendar.readonly" nonce: A random string to ensure the response is issued for this specific request. Prevents replay attacks. Other custom key-value parameters. Note: parameters is supported from Chrome 132.

## Other responses

- `400` — errorGeneric
- `default` — errorGeneric

---

[API](https://skmtc.net/ory/apis/ory-identities-api.md) · [All operations](https://skmtc.net/ory/apis/ory-identities-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-identities-api/versions/7a0df90e2f13/schema)
