From 9f7981de65070b9160126c8ce5ea44e053a89739 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 3 Aug 2025 12:36:54 +0200 Subject: [PATCH] removes client secret --- frontend/src/config/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/config/auth.ts b/frontend/src/config/auth.ts index 40dc841..40b0d56 100644 --- a/frontend/src/config/auth.ts +++ b/frontend/src/config/auth.ts @@ -7,7 +7,6 @@ const REDIRECT_URI = `${ORIGIN_URI}/auth/callback`; const userConfig: AuthProviderProps = { authority: process.env.NEXT_PUBLIC_AUTHORITY!, client_id: process.env.NEXT_PUBLIC_CLIENT_ID!, - client_secret: process.env.NEXT_PUBLIC_CLIENT_SECRET!, redirect_uri: REDIRECT_URI, response_type: "code", //includeIdTokenInSilentRenew: true,