summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/fedcm_idp_manifest.json
blob: bc66100e6afd5d8fddb06ebe20196ad011af6bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "accounts_endpoint": "fedcm_accounts_endpoint.json",
  "client_metadata_endpoint": "fedcm_idp_metadata.json",
  "id_assertion_endpoint": "fedcm_idtokens_endpoint.json",
  "id_token_endpoint": "fedcm_idtokens_endpoint.json",
  "revocation_endpoint": "revocation_endpoint",
  "branding": {
    "background_color": "0x6200ee",
    "color": "0xffffff",
    "icons": [
      {
        "url": "http://localhost:4245/assets/www/images/test.gif",
        "size": 256
      }
    ],
    "name": "Demo IDP"
  }
}