Lines Matching refs:array

139 …mmended that instead of using settings files, you pass the settings as an array directly to the co…
290 * Use an array with the setting data and provide it directly to the
300 $settings = array (
317 'sp' => array (
322 'assertionConsumerService' => array (
333 "attributeConsumingService"=> array(
336 "requestedAttributes" => array(
337 array(
342 "attributeValue" => array()
348 'singleLogoutService' => array (
376 'idp' => array (
380 'singleSignOnService' => array (
390 'singleLogoutService' => array (
427 // 'x509certMulti' => array(
428 // 'signing' => array(
431 // 'encryption' => array(
447 $advancedSettings = array (
450 'compress' => array (
455 'security' => array (
476 False || True (use sp certs) || array (
480 || array (
512 …// Set an array with the possible auth context values: array ('urn:oasis:names:tc:SAML:2.0:ac:clas…
557 'contactPerson' => array (
558 'technical' => array (
562 'support' => array (
570 'organization' => array (
571 'en-US' => array(
593 by the toolkit if no other array with settings info is provided in the constructor of the toolkit. …
601 // Initializes toolkit with the array provided.
609 array available as we see in the following example:
615 // $settingsInfo array.
681 * `$parameters` - An array of parameters that will be added to the `GET` in the HTTP-Redirect.
691 $ssoBuiltUrl = $auth->login(null, array(), false, false, true);
865 is an array - a single-valued attribute is an array of a single element.
882 no attributes in the SAML assertion, an empty array will be
885 empty array.
961 $parameters = array('SAMLResponse' => $logoutResponse);
1046 $paramters = array();
1114 $errors = $auth->getErrors(); // This method receives an array with the errors
1180 // put SAML settings into an array to avoid placing files in the
1182 $samlsettings = array(/*...config goes here...*/);
1249 The `'x509certMulti'` is an array with 2 keys:
1250 - `'signing'`. An array of certs that will be used to validate IdP signature
1251 - `'encryption'` An array with one unique cert that will be used to encrypt data to be sent to the …
1414 array/object provided
1436 * `getErrors` - Returns an array with the errors, the array is empty when
1500 * `injectIntoSettings` - Inject metadata info into php-saml settings array.
1524 * Use an array with the setting data.
1526 In this demo we provide the data in the second way, using a setting array named
1527 `$settingsInfo`. This array users the `settings_example.php` included as a template
1599 * Use an array with the setting data.