Repository: airavata Updated Branches: refs/heads/master 73cf9e117 -> 6c0786f5e
Fix IU Gateway CILogon Keycloak hint Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6c0786f5 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/6c0786f5 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/6c0786f5 Branch: refs/heads/master Commit: 6c0786f5e147b3b0376134cf04b9012823213c23 Parents: 73cf9e1 Author: Marcus Christie <[email protected]> Authored: Mon Sep 11 12:04:53 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Mon Sep 11 12:04:53 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/6c0786f5/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 79d406b..434f107 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 @@ -44,7 +44,7 @@ auth_options: oauth_grant_type: "password" - name: "CILogon" oauth_grant_type: "authorization_code" - oauth_authorize_url_extra_params: "kc_idp_hint=oidc" + oauth_authorize_url_extra_params: "kc_idp_hint=cilogon" logo: "/assets/cilogon-logo-24x24-b.png" oauth_callback_url: "https://{{ vhost_servername }}/callback-url"
