diff --git a/nuxt.config.ts b/nuxt.config.ts index 0ba5982..4be29f0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -130,7 +130,7 @@ export default defineNuxtConfig({ issuer: process.env.KEYCLOAK_ISSUER || "https://auth.portnimara.dev/realms/client-portal", clientId: process.env.KEYCLOAK_CLIENT_ID || "client-portal", clientSecret: process.env.KEYCLOAK_CLIENT_SECRET || "", - callbackUrl: process.env.KEYCLOAK_CALLBACK_URL || "", + callbackUrl: "/auth/callback", // Use path only, not full URL scope: ["openid", "email", "profile"], }, config: {