blocked for now, but it's a start

This commit is contained in:
Chris Kruining 2025-05-21 15:53:59 +02:00
parent c76c016a46
commit ec0ae60b10
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
13 changed files with 272 additions and 0 deletions

26
public/fedcm.json Normal file
View 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
}
]
}
}