From 5d52f6d37a9ce71e4925bbd96f813ad4d7daa244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=EB=8C=80=EC=9D=BC?= Date: Mon, 2 Feb 2026 10:36:54 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=B4=EB=9D=BC=EC=9D=B4=EC=96=B8=ED=8A=B8ID?= =?UTF-8?q?&secret=20key=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kngil/bbs/oidc_config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kngil/bbs/oidc_config.php b/kngil/bbs/oidc_config.php index 7e97170..8fadbd5 100644 --- a/kngil/bbs/oidc_config.php +++ b/kngil/bbs/oidc_config.php @@ -2,9 +2,9 @@ // /kngil/bbs/oidc_config.php return [ - 'issuer' => 'https://YOUR_IDP_ISSUER_URL', // 예: https://idp.example.com/auth/realms/master - 'client_id' => 'YOUR_CLIENT_ID', - 'client_secret' => 'YOUR_CLIENT_SECRET', - 'redirect_url' => (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . "/kngil/auth/oidc-callback.php", - 'scopes' => ['openid', 'profile', 'email'], + 'issuer' => 'https://api.descope.com/v1/apps/P2x26KgEwOu0xIwgNZutJjIZc1zz', // 예: https://idp.example.com/auth/realms/master + 'client_id' => 'UDJ4MjZLZ0V3T3UweEl3Z05adXRKaklaYzF6ejpUUEEzOTVtSmx5MXhiczFwZWxrUHdDVFlvU2hiYXc=', + 'client_secret' => 'uTjiKweHYUINalroA1LVu9OacbEEMPtPbfFITfHu3r5', + 'redirect_url' => "https://kngil.hmac.kr/kngil/auth/oidc-callback.php", + 'scopes' => ['openid'], ];