UAB CILogon config
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6488090f Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/6488090f Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/6488090f Branch: refs/heads/develop Commit: 6488090f90eab30e37c4ca39cc0fa24025aeaffb Parents: d537890 Author: Marcus Christie <[email protected]> Authored: Wed Aug 16 11:33:36 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Wed Aug 16 11:33:36 2017 -0400 ---------------------------------------------------------------------- .../inventories/scigap/production/pga_config/uab/vars.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/6488090f/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml index 4355173..ac5dda5 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/uab/vars.yml @@ -42,6 +42,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel auth_options: - name: "The University of Alabama at Birmingham Science Gateway" 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: "alabama-birmingham"
