From dc2811ec61ddea96ebf0d85549e1a983643a9579 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 1 Apr 2026 01:30:44 +0800 Subject: [PATCH] chore(env): use member-frontend oidc client and keep member-backend admin client --- backend/.env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.env.development b/backend/.env.development index 860c6c1..e8d7e1b 100644 --- a/backend/.env.development +++ b/backend/.env.development @@ -22,8 +22,8 @@ AUTHENTIK_USERINFO_ENDPOINT=https://auth.ose.tw/application/o/userinfo/ KEYCLOAK_BASE_URL=https://auth.ose.tw KEYCLOAK_REALM=master KEYCLOAK_VERIFY_TLS=true -KEYCLOAK_CLIENT_ID=member-backend -KEYCLOAK_CLIENT_SECRET=hat8BmxlP0eZ7CXuKbV4HwQ3abLHzAJ9 +KEYCLOAK_CLIENT_ID=member-frontend +KEYCLOAK_CLIENT_SECRET=bp2I0HWyz5cjcu5RGnBPXNC2vjCdckkv KEYCLOAK_ADMIN_CLIENT_ID=member-backend KEYCLOAK_ADMIN_CLIENT_SECRET=hat8BmxlP0eZ7CXuKbV4HwQ3abLHzAJ9 KEYCLOAK_ADMIN_REALM=master