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": ""