From a0e59b68ccd426f78462eda2925e6065dd749a9b Mon Sep 17 00:00:00 2001 From: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:17:10 +0100 Subject: [PATCH] fix(oauth): do not force a Microsoft 365 consent Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> --- lib/Controller/PageController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index 70aeb0b1ea..f5c32384c6 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -280,7 +280,6 @@ public function index(): TemplateResponse { 'redirect_uri' => $this->urlGenerator->linkToRouteAbsolute('mail.microsoftIntegration.oauthRedirect'), 'response_type' => 'code', 'response_mode' => 'query', - 'prompt' => 'consent', 'state' => '_accountId_', // Replaced by frontend 'scope' => 'offline_access https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/SMTP.Send', 'access_type' => 'offline',