summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/credential-management/support/fedcm/manifest_with_variable_accounts.json
blob: 9e4af250045757a3ce7b58bc7d0347ecd2794a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "accounts_endpoint": "variable_accounts.py",
  "client_metadata_endpoint": "client_metadata.py",
  "id_assertion_endpoint": "token_with_account_id.py",
  "login_url": "login.html",
  "modes": {
    "button": {
      "supports_use_other_account": true
    },
    "widget": {
      "supports_use_other_account": true
    }
  }
}