From 37933d0457625e9fab965943e02c1ecec99afc9c Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 31 Jan 2024 12:38:16 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Use=20common=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/utils/auth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/src/utils/auth.ts b/apps/web/src/utils/auth.ts index 265406681..ca05d809c 100644 --- a/apps/web/src/utils/auth.ts +++ b/apps/web/src/utils/auth.ts @@ -157,6 +157,8 @@ if ( tenantId: process.env.MICROSOFT_TENANT_ID, clientId: process.env.MICROSOFT_CLIENT_ID, clientSecret: process.env.MICROSOFT_CLIENT_SECRET, + wellKnown: + "https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration", }), ); }