/**
  * Get URL for external login
  * @return string
  */
 public function getLogoutUrl()
 {
     if ($this->isExternal()) {
         return $this->authController->getLogoutUrl();
     }
     return false;
 }