Home
last modified time | relevance | path

Searched refs:processSLO (Results 1 – 3 of 3) sorted by relevance

/plugin/adfs/phpsaml/
H A DCHANGELOG169 * 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…
H A DREADME.md909 $auth->processSLO(false, $requestID);
926 // part of the processSLO method
945 // part of the processSLO method
979 `processSLO` method as the fourth parameter
987 $auth->processSLO($keepLocalSession, null, false, $callback);
991 If we don't want that `processSLO` to destroy the session, pass a true
992 parameter to the `processSLO` method
996 $auth->processSLO($keepLocalSession);
1094 // Note that processResponse and processSLO
1131 $auth->processSLO(); // Process the Logout Request & Logout Response
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php251 …public function processSLO($keepLocalSession = false, $requestId = null, $retrieveParametersFromSe… function in OneLogin_Saml2_Auth