From e6d6c88536c8a9f1fbcc2f9647c652f9b109049a Mon Sep 17 00:00:00 2001 From: olinet Date: Sun, 7 Sep 2025 12:37:34 +0200 Subject: [PATCH] AddOn/Calender_Office365_User/config.php aktualisiert --- AddOn/Calender_Office365_User/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AddOn/Calender_Office365_User/config.php b/AddOn/Calender_Office365_User/config.php index c3a8c63b..d13f1fb9 100644 --- a/AddOn/Calender_Office365_User/config.php +++ b/AddOn/Calender_Office365_User/config.php @@ -1,11 +1,11 @@ '', - 'client_secret' => '', + 'client_id' => '', + 'client_secret' => '', 'redirect_uri' => '/callback.php', 'scopes' => 'offline_access user.read calendars.readwrite', - 'auth_url' => 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize', - 'token_url' => 'https://login.microsoftonline.com/common/oauth2/v2.0/token', + 'auth_url' => 'https://login.microsoftonline.com//oauth2/v2.0/authorize', + 'token_url' => 'https://login.microsoftonline.com//oauth2/v2.0/token', 'graph_url' => 'https://graph.microsoft.com/v1.0', 'token_storage' => __DIR__ . '/tokens.json', ];