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/10/22 18:46:11 UTC

[airavata] branch master updated: Added CILogon for HubZero 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 85e37cc  Added CILogon for HubZero gateway
85e37cc is described below

commit 85e37cc286af096805390d1af29f2533fbd5d4b0
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Oct 22 08:58:46 2018 -0400

    Added CILogon for HubZero gateway
---
 .../inventories/scigap/production/pga_config/hubzero/vars.yml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/hubzero/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/hubzero/vars.yml
index 39a5940..b2bbecd 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/hubzero/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/hubzero/vars.yml
@@ -42,10 +42,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "HubZero 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: "hubzero"