Repository: airavata Updated Branches: refs/heads/master 6c0786f5e -> e0b64ebf8
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/master Commit: e0b64ebf826416dee88f83f6dae88733e3812861 Parents: 6c0786f Author: Marcus Christie <[email protected]> Authored: Tue Sep 12 11:48:13 2017 -0400 Committer: Marcus Christie <[email protected]> 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"
