Searched refs:processSLO (Results 1 – 7 of 7) sorted by relevance
/plugin/saml/ |
D | auth.php | 158 $saml->processSLO();
|
/plugin/adfs/phpsaml/ |
D | CHANGELOG | 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…
|
D | README.md | 909 $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/saml/phpsaml/ |
D | CHANGELOG | 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…
|
D | README.md | 909 $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/ |
D | Auth.php | 251 …public function processSLO($keepLocalSession = false, $requestId = null, $retrieveParametersFromSe… function in OneLogin_Saml2_Auth
|
/plugin/saml/phpsaml/lib/Saml2/ |
D | Auth.php | 251 …public function processSLO($keepLocalSession = false, $requestId = null, $retrieveParametersFromSe… function in OneLogin_Saml2_Auth
|