Integrating the Legacy CDDC JavaScript
  • 21 Oct 2024
  • 1 Minute to read
  • Dark
    Light

Integrating the Legacy CDDC JavaScript

  • Dark
    Light

Article summary

The CDDC JavaScript file is available in the legacy CDDC JavaScript UI package on the Risk Analytics resource download page. The script is available as a jQuery module (Vasco.IdKey.RM.CDDC.min.js).

<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
  </head>
  <body>
    <script src="https://code.jquery.com/jquery-3.5.1.min.js"
      integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
      crossorigin="anonymous">
    </script>
    <script src="./lib/Vasco.IdKey.RM.CDDC.min.js"></script>
    <script type="text/javascript">
      var fingerprint = $.Vasco.getJSON();
      var fingerprintHash = $.Vasco.getHASH();
      console.log('fingerprint is ' + fingerprint);
      console.log('fingerprint hash is ' + fingerprintHash);
    </script>
  </body>
</html>


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, our interactive help assistant