From 6aae6d7dffc5ae638dd72479723026ba1ee7ce9a Mon Sep 17 00:00:00 2001 From: SDI Date: Wed, 1 Jul 2026 14:14:32 +0900 Subject: [PATCH] =?UTF-8?q?BARON-SSO=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20UI=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++---- index.html | 6 +++--- server.js | 21 ++++++++++++++++++++- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/.env b/.env index f74825f..289c17b 100644 --- a/.env +++ b/.env @@ -3,8 +3,8 @@ DB_PORT=3306 DB_USER=itam DB_PASS=itam1234 DB_NAME=itam -CLIENT_ID=c89acfda-789b-45fb-bab6-7ebfa4c6a9b4 -ISSUER=https://sso.hmac.kr/oidc -REDIRECT_URI=http://172.16.9.44:8080/callback -JWKS_URI=http://172.16.9.44:8080/.well-known/jwks.json +CLIENT_ID=ffb5f168-5dea-4d90-8faa-1fa7acc5089b +ISSUER=https://app.brsw.kr/oidc +REDIRECT_URI=https://dachs.hmac.kr/callback +JWKS_URI=https://dachs.hmac.kr/.well-known/jwks.json PORT=3000 diff --git a/index.html b/index.html index 53bd4ab..a1f4b33 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@