Remove enforcement of https scheme within controller method

This commit is contained in:
Julie Lenaerts 2024-08-26 15:42:28 +02:00
parent 58912f1d98
commit 50fb79ebbf

View File

@ -42,7 +42,7 @@ class RemoteCalendarConnectAzureController
->redirect(['https://graph.microsoft.com/.default', 'offline_access'], []); ->redirect(['https://graph.microsoft.com/.default', 'offline_access'], []);
} }
#[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check', schemes: ['https'])] #[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check')]
public function connectAzureCheck(Request $request): Response public function connectAzureCheck(Request $request): Response
{ {
/** @var Azure $client */ /** @var Azure $client */