Lines Matching refs:info

259   settings.php file which contains the basic configuration info of the toolkit.
261 advanced_settings.php file which contains extra configuration info related to
272 Read the `Readme.txt` inside for more info.
282 First of all we need to configure the toolkit. The SP's info, the IdP's info,
320 // Specifies info about where and how the <AuthnResponse> message MUST be
346 // Specifies info about where and how the <Logout Response> message MUST be
379 // SSO endpoint info of the IdP. (Authentication Request protocol)
389 // SLO endpoint info of the IdP.
440 for the basic info, there is a template for that advanced info located
464 // will be signed. [Metadata of the SP will offer this info]
498 // this SP to be signed. [Metadata of the SP will offer this info]
568 // Organization information template, the info in en_US lang is
593 by the toolkit if no other array with settings info is provided in the constructor of the toolkit. …
665 The `AuthNRequest` will be sent signed or unsigned based on the security info
706 This code will provide the XML metadata file of our SP, based on the info that we provided in the s…
733 on the security info of the `advanced_settings.php` (`'signMetadata'`).
736 that the info to be provided is valid.
1026 info of the `advanced_settings.php` (`'logoutRequestSigned'`).
1098 require_once 'settings.php'; // Load the setting info as an Array
1294 * `OneLogin_Saml_Metadata` - Constructor that build the Metadata XML info based
1296 * `getXml` - An XML with the metadata info of the SP
1337 * `getSettings` - Returns the settings info
1413 the different folders and Loads settings info from settings file or
1415 * `checkSettings` - Checks the settings info.
1500 * `injectIntoSettings` - Inject metadata info into php-saml settings array.
1503 For more info, look at the source code; each method is documented and details
1520 The Onelogin's PHP Toolkit allows you to provide the settings info in two ways:
1529 Configure the SP part and later review the metadata of the IdP and complete the IdP info.
1595 The Onelogin's PHP Toolkit allows you to provide the settings info in two ways:
1613 `metadata.php` file. Based on that info, configure the IdP.