You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2018/11/06 02:50:41 UTC

[airavata] branch master updated: Added CILogon to SAVER-X gateway

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 07f21f4  Added CILogon to SAVER-X gateway
07f21f4 is described below

commit 07f21f4f27da37ce02d11f2920a4a7cf8595a121
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Nov 5 21:50:33 2018 -0500

    Added CILogon to SAVER-X gateway
---
 .../inventories/scigap/production/pga_config/saverx/vars.yml      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
index d74710b..4b17137 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
@@ -42,10 +42,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "Saver-X Gateway"
     oauth_grant_type: "password"
-#  - name: "Existing Institute Login" #CILogon
-#    oauth_grant_type: "authorization_code"
-#    oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
-#    logo: "/assets/cilogon-logo-24x24-b.png"
+  - name: "Existing Institute Login" #CILogon
+    oauth_grant_type: "authorization_code"
+    oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
+    logo: "/assets/cilogon-logo-24x24-b.png"
 oauth_callback_url: "https://{{ vhost_servername }}/callback-url"
 
 gateway_id: "saverx"