From 72e934284dfd55980315b6b7a18163c8813f76bd Mon Sep 17 00:00:00 2001 From: David Durieux Date: Fri, 8 May 2026 00:30:32 +0200 Subject: [PATCH] Add client in keycloak for the launcher --- keycloak/realm/dyingstar-realm.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/keycloak/realm/dyingstar-realm.json b/keycloak/realm/dyingstar-realm.json index 652ff52..3243335 100644 --- a/keycloak/realm/dyingstar-realm.json +++ b/keycloak/realm/dyingstar-realm.json @@ -32,7 +32,23 @@ "identityProviders": [], "identityProviderMappers": [], "clientScopes": [], - "clients": [], + "clients": [ + { + "clientId": "dyingstar-launcher", + "name": "DyingStar Launcher", + "enabled": true, + "publicClient": true, + "standardFlowEnabled": true, + "implicitFlowEnabled": false, + "directAccessGrantsEnabled": false, + "serviceAccountsEnabled": false, + "redirectUris": ["dyingstar://auth/callback"], + "webOrigins": [], + "attributes": { + "pkce.code.challenge.method": "S256" + } + } + ], "smtpServer": {}, "attributes": { "frontendUrl": ""