mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 11:42:51 +00:00
fix cs + read remote calendar based on user access
This commit is contained in:
@@ -45,7 +45,7 @@ class RemoteCalendarConnectAzureController
|
||||
return $this->clientRegistry
|
||||
->getClient('azure') // key used in config/packages/knpu_oauth2_client.yaml
|
||||
->redirect([
|
||||
'https://graph.microsoft.com/.default'
|
||||
'https://graph.microsoft.com/.default', 'offline_access',
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user