aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/web/server/auth.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/server/auth.ts b/apps/web/server/auth.ts
index 1feeec28..acbb3fec 100644
--- a/apps/web/server/auth.ts
+++ b/apps/web/server/auth.ts
@@ -128,7 +128,6 @@ if (oauth.wellKnownUrl) {
clientId: oauth.clientId,
clientSecret: oauth.clientSecret,
allowDangerousEmailAccountLinking: oauth.allowDangerousEmailAccountLinking,
- idToken: true,
checks: ["pkce", "state"],
httpOptions: {
timeout: oauth.timeout,