You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/08/24 20:39:59 UTC

airavata git commit: Add CILogon to SimVascular and NCSA-Industry

Repository: airavata
Updated Branches:
  refs/heads/master e74f7812b -> 8f358c446


Add CILogon to SimVascular and NCSA-Industry


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8f358c44
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8f358c44
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8f358c44

Branch: refs/heads/master
Commit: 8f358c44628d65ecbb3616935228b77af6ea0868
Parents: e74f781
Author: Marcus Christie <ma...@iu.edu>
Authored: Thu Aug 24 16:30:41 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Thu Aug 24 16:37:46 2017 -0400

----------------------------------------------------------------------
 .../scigap/production/pga_config/NCSAIndustry/vars.yml         | 6 +++++-
 .../scigap/production/pga_config/simvascular/vars.yml          | 4 ++++
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/8f358c44/dev-tools/ansible/inventories/scigap/production/pga_config/NCSAIndustry/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/NCSAIndustry/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/NCSAIndustry/vars.yml
index 60e4b41..cbd2be2 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/NCSAIndustry/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/NCSAIndustry/vars.yml
@@ -42,7 +42,11 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "NCSA Industry Gateway"
     oauth_grant_type: "password"
-oauth_callback_url: "https://{{ vhost_servername }}/callback-url"
+  - name: "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: "http://{{ vhost_servername }}/callback-url"
 
 gateway_id: "ncsa-industry-gateway"
 # relative to document root dir

http://git-wip-us.apache.org/repos/asf/airavata/blob/8f358c44/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
index 16fd82a..863065a 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
@@ -42,6 +42,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "SimVascular"
     oauth_grant_type: "password"
+  - name: "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: "simvascular"