--- a/server/src/metaeducation/settings/__init__.py Fri Apr 01 12:56:16 2016 +0200
+++ b/server/src/metaeducation/settings/__init__.py Fri Apr 01 15:13:39 2016 +0200
@@ -147,6 +147,7 @@
MTDC_PROFILE_URL = "" # This URL is relative to a <CONTEXT> Base url that will be passed as query arg to the server
MTDC_GED_BASE_URL = "" # Base URL of the GED server
+MTDC_GED_REDIRECT_URI = "" # GED server redirect URI for token validation
MTDC_VALIDATE_TOKEN_BASE_URL = "" # "https://dev.enteduc.fr/rest/oauth/validate/"
MTDC_CLIENT_CREDENTIALS_TOKEN_URL = "" # "https://dev.enteduc.fr/oauth/oauth2/token"
MTDC_REFERENCE_RESOURCE_BASE_URL = MTDC_GED_BASE_URL + "" # "http://192.168.1.62:20411/ws/resource/" # MTDC_GED_BASE_URL + "/ws/resource/"