summaryrefslogtreecommitdiff
path: root/config_host/config_oauth2.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_oauth2.h.in')
-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 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: */