From e6bfcf465f298c196832c7e02db1741dc3db4079 Mon Sep 17 00:00:00 2001 From: chan Date: Thu, 19 Feb 2026 15:10:09 +0900 Subject: [PATCH] =?UTF-8?q?VITE=5FOIDC=5FCLIENT=5FID=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/src/lib/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfront/src/lib/auth.ts b/devfront/src/lib/auth.ts index 6ce22a23..ac35f32d 100644 --- a/devfront/src/lib/auth.ts +++ b/devfront/src/lib/auth.ts @@ -3,7 +3,7 @@ import type { AuthProviderProps } from "react-oidc-context"; export const oidcConfig: AuthProviderProps = { authority: import.meta.env.VITE_OIDC_AUTHORITY || "http://localhost:5000/oidc", // Gateway Proxy URL - client_id: import.meta.env.VITE_OIDC_CLIENT_ID || "devfront-client", + client_id: import.meta.env.VITE_OIDC_CLIENT_ID || "devfront", redirect_uri: `${window.location.origin}/callback`, response_type: "code", scope: "openid offline_access profile email", // offline_access for refresh token