blocked for now, but it's a start
This commit is contained in:
parent
c76c016a46
commit
ec0ae60b10
13 changed files with 272 additions and 0 deletions
26
public/fedcm.json
Normal file
26
public/fedcm.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"accounts_endpoint": "/auth/idp/api/accounts",
|
||||
"client_metadata_endpoint": "/auth/idp/api/metadata",
|
||||
"id_assertion_endpoint": "/auth/idp/api/idtokens",
|
||||
"disconnect_endpoint": "/auth/idp/api/disconnect",
|
||||
"login_url": "/auth/idp",
|
||||
"modes": {
|
||||
"active": {
|
||||
"supports_use_other_account": true
|
||||
}
|
||||
},
|
||||
"branding": {
|
||||
"background_color": "#6200ee",
|
||||
"color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"url": "/images/favicon.dark.svg",
|
||||
"size": 512
|
||||
},
|
||||
{
|
||||
"url": "/images/favicon.light.svg",
|
||||
"size": 512
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue