diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-11-19 08:55:24 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-11-19 14:52:39 +0100 |
commit | 7586bea9fb4c51e7221e403fa965067c8e1cd4a2 (patch) | |
tree | 0fedfa95695ae307dc9272c9a9664d2b887498c9 /config_host | |
parent | 87bd65efacdd668d304e88dcac9d2d119666ef1f (diff) |
Add data for Alfresco Cloud CMIS connection
Change-Id: Ie5374f2e81e1429294805f05ae432fba86cc50df
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_oauth2.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
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: */ |