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/04/27 16:19:30 UTC

[3/4] airavata-php-gateway git commit: AIRAVATA-2342 TODO: can derive discovery url

AIRAVATA-2342 TODO: can derive discovery url


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/60951a22
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/60951a22
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/60951a22

Branch: refs/heads/keycloak-integration
Commit: 60951a22d79722f20be3abd533e7040f1e8c0666
Parents: 994483d
Author: Marcus Christie <ma...@iu.edu>
Authored: Wed Apr 19 09:50:47 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Wed Apr 19 09:50:47 2017 -0400

----------------------------------------------------------------------
 app/libraries/Keycloak/KeycloakServiceProvider.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/60951a22/app/libraries/Keycloak/KeycloakServiceProvider.php
----------------------------------------------------------------------
diff --git a/app/libraries/Keycloak/KeycloakServiceProvider.php b/app/libraries/Keycloak/KeycloakServiceProvider.php
index b8bfcbb..1992972 100644
--- a/app/libraries/Keycloak/KeycloakServiceProvider.php
+++ b/app/libraries/Keycloak/KeycloakServiceProvider.php
@@ -35,6 +35,7 @@ class KeycloakServiceProvider extends ServiceProvider {
             $identityServerConfig = Config::get('pga_config.wsis');
             return new Keycloak(
                 $identityServerConfig['tenant-domain'],
+                // TODO: we can derive this from tenant-domain and service-url
                 $identityServerConfig['openid-connect-discovery-url'],
                 $identityServerConfig['oauth-client-key'],
                 $identityServerConfig['oauth-client-secret'],