diff -r 5f50937893ac -r d5c583f9a035 oauth/settings/oauth_settings.py.tmpl --- a/oauth/settings/oauth_settings.py.tmpl Tue Feb 16 15:43:00 2016 +0100 +++ b/oauth/settings/oauth_settings.py.tmpl Tue Feb 16 15:46:00 2016 +0100 @@ -0,0 +1,14 @@ + +class OAuthSettings(object): + + # Redirect URIs for GED mock client + CLIENT_REDIRECT_URIS = [ + 'http://localhost:8000/authorized', + 'http://127.0.0.1:8000/authorized', + 'http://127.0.1:8000/authorized', + 'http://127.1:8000/authorized', + ] + # Redirect URIs for Renkan django app + RENKAN_REDIRECT_URIS = [ + '/accounts/mtdc/login/callback/', + ] \ No newline at end of file