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/11 19:00:56 UTC

[airavata] branch master updated: Added CILogon for AMP 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 50fc486  Added CILogon for AMP gateway
50fc486 is described below

commit 50fc4862a08695e0376c721aa9188b646e38b974
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Oct 11 15:00:47 2018 -0400

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

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml
index c79551d..7c44f87 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml
@@ -42,10 +42,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "Atomic and Molecular Physics and Optics Gateway"
     oauth_grant_type: "password"
-#  - name: "University Account" #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: "amp"