Searched refs:redirectTo (Results 1 – 6 of 6) sorted by relevance
| /plugin/adfs/phpsaml/lib/Saml2/ |
| 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/saml/phpsaml/lib/Saml2/ |
| 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/ |
| 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.
|
| 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
|
| /plugin/saml/phpsaml/ |
| 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.
|
| 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
|