summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMihai Varga <mihai.mv13@gmail.com>2014-06-23 19:14:08 +0300
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-16 09:29:08 +0100
commita98928e43aba743b4e3825919bbc183ebbc86334 (patch)
tree29d1a97a88f3189b73e544256504d852a50dc2ba /config_host
parenta4a9e26f172b0301443f05f06fd07853863d04bb (diff)
OneDrive binding settings
Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f (cherry picked from commit fc1bfd9e6d774917bd90d67b1135402d2d33ef6b)
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_oauth2.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_oauth2.h.in b/config_host/config_oauth2.h.in
index 40c57a871a92..72c19a8aa670 100644
--- a/config_host/config_oauth2.h.in
+++ b/config_host/config_oauth2.h.in
@@ -33,6 +33,16 @@
#define ALFRESCO_CLOUD_REDIRECT_URI "http://127.0.0.1/Callback"
#define ALFRESCO_CLOUD_SCOPE "public_api"
+
+/* OneDrive */
+#define ONEDRIVE_BASE_URL "https://apis.live.net/v5.0"
+#define ONEDRIVE_CLIENT_ID ""
+#define ONEDRIVE_CLIENT_SECRET ""
+#define ONEDRIVE_AUTH_URL "https://login.live.com/oauth20_authorize.srf"
+#define ONEDRIVE_TOKEN_URL "https://login.live.com/oauth20_token.srf"
+#define ONEDRIVE_REDIRECT_URI "https://login.live.com/oauth20_desktop.srf"
+#define ONEDRIVE_SCOPE "wl.offline_access"
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */