Repository: airavata Updated Branches: refs/heads/master 817b63781 -> 73cf9e117
Adding CILogon config for NMSU Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/73cf9e11 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/73cf9e11 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/73cf9e11 Branch: refs/heads/master Commit: 73cf9e117ed138518305ec3a8fcdc111383915d7 Parents: 817b637 Author: Marcus Christie <[email protected]> Authored: Thu Sep 7 11:18:37 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Thu Sep 7 11:23:51 2017 -0400 ---------------------------------------------------------------------- .../scigap/production/pga_config/newmexicostate/vars.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/73cf9e11/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml index 70c0620..e9d8080 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/newmexicostate/vars.yml @@ -42,6 +42,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel auth_options: - name: "New Mexico State Science Gateway" oauth_grant_type: "password" + - name: "Your Institution Login" + 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: "new-mexico-state"
