• Legal.pdf – copyright and license information
  • dist/pingfederate/server/default – contains the integration files
    • deploy – contains the Java libraries
      • pf-threatmetrix-adapter-<version>.jar – JAR file that contains the ThreatMetrix IdP Adapter.
    • conf – contains the HTML template that presents the ThreatMetrix sign-on form
      • language-packs/threatmetrix-messages.properties – a variable file that customizes the messages that appear on the template file.
      • template – contains user-facing HTML template files
        • threatmetrix.adapter.template.html – a sign-on redirect page used with the "captured by this adapter" device profiling method. Runs scripts to show a spinner animation and create the device profile.
        • assets – contains functional scripts and files used by the template
          • css – contains CSS files for the templates.
            • threatmetrix.css – a CSS file that customizes the appearance of the template files.
            • end-user/<version>/end-user.css – a CSS file that customizes the appearance of the template files.
          • fonts/end-user/icons – contains template icons
          • images – contains template image files
            • ping-logo.svg – an image file with company branding
            • spinner.svg – an image file used in a spinner animation
          • scripts – contains script files used to collect and send information
            • tmx_sdk_profiling.js – a JavaScript script that can be embedded in any authentication page. Initiates the ThreatMetrix SDK device profiling script and stores the device profile in a cookie. Used with the "captured by a previous adapter" device profiling method.
            • tmx_web_profiling.js – a JavaScript script that can be embedded in any authentication page. Initiates the ThreatMetrix Web device profiling script and stores the device profile in a cookie. Used with the "captured by a previous adapter" device profiling method.
    • lib/pf-authn-api-sdk-<version>.jar – a JAR file that contains the PingFederate Authentication API SDK