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 2019/10/11 20:42:28 UTC

[airavata-custos] 21/24: refactored the name

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git

commit 6b8da39acb1289b66657c0c54707458920564652
Author: Aarushi <aa...@gmail.com>
AuthorDate: Sun Sep 29 14:18:19 2019 -0400

    refactored the name
---
 clients/python/airavata_custos/security/keycloak_connectors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/python/airavata_custos/security/keycloak_connectors.py b/clients/python/airavata_custos/security/keycloak_connectors.py
index 99d4c72..a99c3f0 100644
--- a/clients/python/airavata_custos/security/keycloak_connectors.py
+++ b/clients/python/airavata_custos/security/keycloak_connectors.py
@@ -72,7 +72,7 @@ class KeycloakBackend(object):
         except Exception as e:
             return None
 
-    def redirect_login(self, client_id, redirect_uri, idp_alias):
+    def idp_login(self, client_id, redirect_uri, idp_alias):
         """
 
         :param client_id: client identifier received after registering the tenant