Lines Matching refs:This

15 …by default disabled, that will allow invalidate unsolicited SAMLResponse. This version as well wil…
144 This 2.0 version has a new library. The toolkit is still compatible.
214 This folder contains the 3rd party libraries that the toolkit uses. At the
221 This folder contains the heart of the toolkit, the libraries:
224 old code to keep working. (This library is provided to maintain
232 This folder contains the API documentation of the toolkit.
263 * `_toolkit_loader.php` - This file load the toolkit libraries (The SAML2 lib).
706 This code will provide the XML metadata file of our SP, based on the info that we provided in the s…
748 This code handles the SAML response that the IdP forwards to the SP through the user's client.
753 session_start(); // IMPORTANT: This is required in order to be able
890 This code handles the Logout Request and the Logout Responses.
895 session_start(); // IMPORTANT: This is required in order to be able
1114 $errors = $auth->getErrors(); // This method receives an array with the errors
1120 // This check if the response was
1458 * `validateXML` - This function attempts to validate an XML string against
1527 `$settingsInfo`. This array users the `settings_example.php` included as a template
1619 unique file, the `index.php` file. This demo1 uses high-level programming.
1623 in the toolkit (`acs.php`, `sls.php` of the endpoints folder). This demo2 uses
1669 This demo uses the old style of the version 1 of the toolkit.
1694 should be initiated by the application. This is called Service Provider