removes client secret

This commit is contained in:
2025-08-03 12:36:54 +02:00
parent aff31e4c1d
commit 9f7981de65
-1
View File
@@ -7,7 +7,6 @@ const REDIRECT_URI = `${ORIGIN_URI}/auth/callback`;
const userConfig: AuthProviderProps = { const userConfig: AuthProviderProps = {
authority: process.env.NEXT_PUBLIC_AUTHORITY!, authority: process.env.NEXT_PUBLIC_AUTHORITY!,
client_id: process.env.NEXT_PUBLIC_CLIENT_ID!, client_id: process.env.NEXT_PUBLIC_CLIENT_ID!,
client_secret: process.env.NEXT_PUBLIC_CLIENT_SECRET!,
redirect_uri: REDIRECT_URI, redirect_uri: REDIRECT_URI,
response_type: "code", response_type: "code",
//includeIdTokenInSilentRenew: true, //includeIdTokenInSilentRenew: true,