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 68c34b2 Added Sd state cilogon to the gateway
68c34b2 is described below
commit 68c34b2ec18a9a5a318169de28841c41b62790e0
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Mon Apr 1 16:36:51 2019 -0400
Added Sd state cilogon to the gateway
---
.../inventories/scigap/production/pga_config/sdstate/vars.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
index 08856ab..fd5f1ab 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
@@ -43,10 +43,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{
tenant_domain }}/.wel
auth_options:
- name: "South Dakota State University Gateway"
oauth_grant_type: "password"
- #- name: "Existing Institute Login"
- # oauth_grant_type: "authorization_code"
- # oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
- # logo: "/assets/cilogon-logo-24x24-b.png"
+ - name: "South Dakota Login"
+ oauth_grant_type: "authorization_code"
+ oauth_authorize_url_extra_params: "kc_idp_hint=sdsu"
+ logo: "/assets/cilogon-logo-24x24-b.png"
oauth_callback_url: "https://{{ vhost_servername }}/callback-url"
gateway_id: "sdstate"