Merge branch 'master' of github.com:apache/airavata
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
index 2dcf3c3..1428c26 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
@@ -57,4 +57,8 @@
 portal_title: "DELTA Gateway"
 
 django_google_analytics_tracking_id: "UA-178024455-1"
+
+django_extra_settings:
+  ACCESS_TOKEN_REDIRECT_ALLOWED_URIS:
+    - URI: "https://jupyterhub.delta-topology.org/hub/login?next=/hub/spawn"
 ...