Searched refs:redirectTo (Results 1 – 3 of 3) sorted by relevance
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Auth.php | 307 return $this->redirectTo($this->getSLOResponseUrl(), $parameters, $stay); 330 public function redirectTo($url = '', $parameters = array(), $stay = false) function in OneLogin_Saml2_Auth 527 return $this->redirectTo($this->getSSOurl(), $parameters, $stay); 585 return $this->redirectTo($sloUrl, $parameters, $stay);
|
/plugin/adfs/phpsaml/ |
H A D | CHANGELOG | 159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p… 187 * login, logout and processSLO now return ->redirectTo instead of just call it.
|
H A D | README.md | 790 $auth->redirectTo($_POST['RelayState']); 973 $this->redirectTo($this->getSLOurl(), $parameters); 1128 $auth->redirectTo($_POST['RelayState']); // Redirect if there is a 1321 * `redirectTo` - Redirects the user to the url past by parameter or to the url
|