[evolution-ews] Preset OAuth2 Client ID for Office365 (EWS)



commit 4a28a9fe834cea085225c71cf4b8358dde5219c5
Author: Milan Crha <mcrha redhat com>
Date:   Tue Oct 13 14:03:30 2020 +0200

    Preset OAuth2 Client ID for Office365 (EWS)
    
    More information about this client/application ID can be found here:
    https://wiki.gnome.org/Apps/Evolution/EWS/OAuth2#Available_application_ID

 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 24e4b9e6..d101de85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -191,7 +191,7 @@ endif(WITH_OFFICE365_TENANT STREQUAL "")
 add_printable_variable(WITH_OFFICE365_CLIENT_ID "Office365.com OAuth 2.0 client ID" "")
 
 if(WITH_OFFICE365_CLIENT_ID STREQUAL "")
-       set(WITH_OFFICE365_CLIENT_ID "")
+       set(WITH_OFFICE365_CLIENT_ID "20460e5d-ce91-49af-a3a5-70b6be7486d1")
 endif(WITH_OFFICE365_CLIENT_ID STREQUAL "")
 
 add_printable_variable(WITH_OFFICE365_REDIRECT_URI "Office365.com OAuth 2.0 redirect URI" "")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]