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), )