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