You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/10/06 21:32:56 UTC

[13/16] airavata git commit: Fix IU Gateway CILogon Keycloak hint

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/develop
Commit: 6c0786f5e147b3b0376134cf04b9012823213c23
Parents: 73cf9e1
Author: Marcus Christie <ma...@iu.edu>
Authored: Mon Sep 11 12:04:53 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
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"