TruValidate Integration Kit

Download manifest

The following files are included in the TruValidate Integration Kit .zip archive:

  • Legal.pdf: Copyright and license information.

  • dist/pingfederate/server/default: Contains the integration files.

    • deploy: Contains the Java libraries.

      • pf-truvalidate-adapter-<version>.jar: A JAR file that contains the TruValidate IdP Adapter.

    • conf: A directory that contains the HTML template and script that send device data to the TruValidate API.

      • language-packs: Contains files with customizable user-facing messages.

        • truvalidate-messages.properties: A variable file that customizes the messages that appear on the template file.

      • template: Contains user-facing HTML template files.

        • truvalidate.adapter.template.html: A sign-on redirect page that triggers the script file.

        • assets: Contains functional scripts and files used by the template.

          • css: Contains the template file style sheets.

            • truvalidate.css: A CSS file that customizes the appearance of the template file.

          • scripts: Contains script files used to collect and send information.

            • truvalidate_device_profiling.js: A JavaScript script that fetches the latest TruValidate JavaScript and collects device data.

            • truvalidate_adapter_default.js: A JavaScript script that configures the TruValidate device profiling script. Used with the default device profiling method.

            • truvalidate_adapter_custom.js: A JavaScript script that configures the TruValidate device profiling script and prepares blackbox cookies. Used with the custom device profiling method.

            • truvalidate_spinner.js: A JavaScript script that presents a spinner animation while user data is processed and sent to the TruValidate API.