From fc1bfd9e6d774917bd90d67b1135402d2d33ef6b Mon Sep 17 00:00:00 2001 From: Mihai Varga Date: Mon, 23 Jun 2014 19:14:08 +0300 Subject: OneDrive binding settings Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f --- config_host/config_oauth2.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config_host') 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: */ -- cgit