[evolution-ews] Correct possible scope for Office365 OAuth2
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Correct possible scope for Office365 OAuth2
- Date: Mon, 5 Feb 2018 21:31:56 +0000 (UTC)
commit 6824028e0685e76cde2f2fbaabb6ad74c8e057cd
Author: Milan Crha <mcrha redhat com>
Date: Mon Feb 5 22:32:03 2018 +0100
Correct possible scope for Office365 OAuth2
I removed too much when cleaning the code from various tests and tries.
src/server/e-oauth2-service-office365.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/server/e-oauth2-service-office365.c b/src/server/e-oauth2-service-office365.c
index e629845..e442984 100644
--- a/src/server/e-oauth2-service-office365.c
+++ b/src/server/e-oauth2-service-office365.c
@@ -31,8 +31,8 @@
#define OFFICE365_SCOPE "offline_access " \
"https://outlook.office.com/Mail.ReadWrite " \
"https://outlook.office.com/Mail.Send " \
- "https://outlook.office.com/ReadWrite " \
- "https://outlook.office.com/ReadWrite " \
+ "https://outlook.office.com/Calendars.ReadWrite " \
+ "https://outlook.office.com/Contacts.ReadWrite " \
"https://outlook.office.com/Tasks.ReadWrite"
/*"https://outlook.office.com/Mail.ReadWrite.Shared " \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]