Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B752D200D19 for ; Fri, 6 Oct 2017 23:32:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B5F11160BEC; Fri, 6 Oct 2017 21:32:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 16BA61609E1 for ; Fri, 6 Oct 2017 23:32:46 +0200 (CEST) Received: (qmail 1512 invoked by uid 500); 6 Oct 2017 21:32:46 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 1492 invoked by uid 99); 6 Oct 2017 21:32:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2017 21:32:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 74D98E0300; Fri, 6 Oct 2017 21:32:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: machristie@apache.org To: commits@airavata.apache.org Date: Fri, 06 Oct 2017 21:32:56 -0000 Message-Id: In-Reply-To: <25ea868a60704c768abedfd1a2d79fc7@git.apache.org> References: <25ea868a60704c768abedfd1a2d79fc7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/16] airavata git commit: Fix IU Gateway CILogon Keycloak hint archived-at: Fri, 06 Oct 2017 21:32:47 -0000 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 Authored: Mon Sep 11 12:04:53 2017 -0400 Committer: Marcus Christie 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"