From e65f71b958b9a7dcb638f48590be7e7b40904461 Mon Sep 17 00:00:00 2001 From: Tomy Hsieh Date: Sun, 11 Aug 2024 20:08:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20fix:=20Fix=20sign=20in=20with=20?= =?UTF-8?q?apple=20integration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/cmd/server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/cmd/server.go b/backend/app/cmd/server.go index d1667742..fbf3aa48 100644 --- a/backend/app/cmd/server.go +++ b/backend/app/cmd/server.go @@ -908,7 +908,6 @@ func (s *ServerCommand) addAuthProviders(authenticator *auth.Service) error { ClientID: s.Auth.Apple.CID, TeamID: s.Auth.Apple.TID, KeyID: s.Auth.Apple.KID, - ResponseMode: "query", // default is form_post which wouldn't work here }, provider.LoadApplePrivateKeyFromFile(s.Auth.Apple.PrivateKeyFilePath), )