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