Loading lib/Service/SSOService.php +0 −3 Original line number Diff line number Diff line Loading @@ -110,9 +110,6 @@ class SSOService { $this->setupUserId($username); } if (empty($this->currentUserId)) { throw new SSOAdminAPIException('Cannot logout: user ID is not set for username ' . $username); } $url = $this->ssoConfig['admin_rest_api_url'] . self::USERS_ENDPOINT . '/' . $this->currentUserId . '/logout'; Loading Loading
lib/Service/SSOService.php +0 −3 Original line number Diff line number Diff line Loading @@ -110,9 +110,6 @@ class SSOService { $this->setupUserId($username); } if (empty($this->currentUserId)) { throw new SSOAdminAPIException('Cannot logout: user ID is not set for username ' . $username); } $url = $this->ssoConfig['admin_rest_api_url'] . self::USERS_ENDPOINT . '/' . $this->currentUserId . '/logout'; Loading