Lines Matching refs:data

99    encrypted data (`nameID`, `assertions`).
202 Or also we can provide those data in the setting file at the `$settings['sp']['x509cert']`
290 * Use an array with the setting data and provide it directly to the
438 In addition to the required settings data (IdP, SP), there is extra
550 // ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses
581 data that has been compressed using [gzip](gzip) ('requests' and 'responses').
589 Once we know what kind of data could be configured, let's talk about the way
754 // to store the user data in the session.
819 1. If no `RelayState` is provided, we could show the user data in this view
824 Notice that we saved the user data in the session before the redirection to
825 have the user data available at the `RelayState` view.
836 With this method we get all the user data provided by the IdP in the Assertion
1122 echo "<p>Not authenticated</p>"; // data retrieved or not
1126 $_SESSION['samlUserdata'] = $auth->getAttributes(); // Retrieves user data
1140 if (isset($_SESSION['samlUserdata'])) { // If there is user data we print it.
1153 } else { // If there is not user data, we notify
1220 … be used on the `getSelfURL` and `getSelfRoutedURLNoQuery` to replace the data extracted from `$_S…
1251 - `'encryption'` An array with one unique cert that will be used to encrypt data to be sent to the …
1285 * `get_saml_attributes` - Retrieves an Array with the logged user data.
1425 * `getIdPData` - Gets the IdP data.
1426 * `getSPData`Gets the SP data.
1427 * `getSecurityData` - Gets security data.
1428 * `getContacts` - Gets contact data.
1429 * `getOrganization` - Gets organization data.
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
1599 * Use an array with the setting data.