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/10/06 21:32:57 UTC

[14/16] airavata git commit: Change label of CILogon auth option from "CILogon" => "IU CAS"

Change label of CILogon auth option from "CILogon" => "IU CAS"


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

Branch: refs/heads/develop
Commit: e0b64ebf826416dee88f83f6dae88733e3812861
Parents: 6c0786f
Author: Marcus Christie <ma...@iu.edu>
Authored: Tue Sep 12 11:48:13 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Tue Sep 12 11:48:13 2017 -0400

----------------------------------------------------------------------
 .../inventories/scigap/production/pga_config/iugateway/vars.yml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/e0b64ebf/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
index 434f107..519ac87 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
@@ -42,7 +42,7 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "IU Gateway"
     oauth_grant_type: "password"
-  - name: "CILogon"
+  - name: "IU CAS"
     oauth_grant_type: "authorization_code"
     oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
     logo: "/assets/cilogon-logo-24x24-b.png"