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/03 16:01:29 UTC

[13/50] [abbrv] airavata git commit: Adding CILogon to scigap

Adding CILogon to scigap


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

Branch: refs/heads/master
Commit: a8e99e87267506d188c0d090ed6bf06e6bdc1445
Parents: 6c46dfe
Author: Marcus Christie <ma...@apache.org>
Authored: Fri Jul 7 22:59:06 2017 -0400
Committer: Marcus Christie <ma...@apache.org>
Committed: Fri Jul 7 22:59:06 2017 -0400

----------------------------------------------------------------------
 .../inventories/scigap/production/pga_config/scigap/vars.yml     | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/a8e99e87/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
index 4141adc..987dccf 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/scigap/vars.yml
@@ -49,6 +49,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "SciGaP"
     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: "scigap"