From 7586bea9fb4c51e7221e403fa965067c8e1cd4a2 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Tue, 19 Nov 2013 08:55:24 +0100 Subject: Add data for Alfresco Cloud CMIS connection Change-Id: Ie5374f2e81e1429294805f05ae432fba86cc50df --- 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 80800f5559b9..40c57a871a92 100644 --- a/config_host/config_oauth2.h.in +++ b/config_host/config_oauth2.h.in @@ -23,6 +23,16 @@ #define GDRIVE_REDIRECT_URI "urn:ietf:wg:oauth:2.0:oob" #define GDRIVE_SCOPE "https://www.googleapis.com/auth/drive" + +/* Alfresco Cloud */ +#define ALFRESCO_CLOUD_BASE_URL "https://api.alfresco.com/" +#define ALFRESCO_CLOUD_CLIENT_ID "" +#define ALFRESCO_CLOUD_CLIENT_SECRET "" +#define ALFRESCO_CLOUD_AUTH_URL "https://api.alfresco.com/auth/oauth/versions/2/authorize" +#define ALFRESCO_CLOUD_TOKEN_URL "https://api.alfresco.com/auth/oauth/versions/2/token" +#define ALFRESCO_CLOUD_REDIRECT_URI "http://127.0.0.1/Callback" +#define ALFRESCO_CLOUD_SCOPE "public_api" + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3