Searched refs:processSLO (Results 1 – 3 of 3) sorted by relevance
169 * Add $stay parameter to login, logout and processSLO method.178 …veraging php session_start. Added a callback parameter in order to close the session at processSLO.187 * login, logout and processSLO now return ->redirectTo instead of just call it.236 * The isValid method of the Logout Request is now non-static. (affects processSLO method of Auth.ph…
909 $auth->processSLO(false, $requestID);926 // part of the processSLO method945 // part of the processSLO method979 `processSLO` method as the fourth parameter987 $auth->processSLO($keepLocalSession, null, false, $callback);991 If we don't want that `processSLO` to destroy the session, pass a true992 parameter to the `processSLO` method996 $auth->processSLO($keepLocalSession);1094 // Note that processResponse and processSLO1131 $auth->processSLO(); // Process the Logout Request & Logout Response[all …]
251 …public function processSLO($keepLocalSession = false, $requestId = null, $retrieveParametersFromSe… function in OneLogin_Saml2_Auth