diff --git a/apps/partner-sas/auth/scandic/config.ts b/apps/partner-sas/auth/scandic/config.ts index 671eb2f57..9b1e7b037 100644 --- a/apps/partner-sas/auth/scandic/config.ts +++ b/apps/partner-sas/auth/scandic/config.ts @@ -8,6 +8,6 @@ export const config = { client_secret: env.CURITY_CLIENT_SECRET_USER, redirect_uri: new URL("/api/web/auth/callback/curity", env.PUBLIC_URL).href, acr_values: "urn:com:scandichotels:sas-eb", - scope: "openid profile booking availability availability_whitelabel_get", + scope: "openid profile_read booking availability availability_whitelabel_get", response_type: "code", } as const