You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Protect-Based Authentication Adapters with the Authentication Widget
System requirements and dependencies
PingOne Protect Integration Kit 1.0 or later
Setup
Copy the signals-sdk-<version>.js file from the integration .zip file to a location that your application can access. Replace <version> with the version of the signals SDK that you are using.
Copy the pingone-protect-device-profiling.js file from the integration .zip file to a location that your application can access.
Add the following to your application's sign-on page. Adjust the path to the script file.
<scripttype="text/javascript" src="signals-sdk-<version>.js"></script><!-- Replace <version> with the version of the signals SDK that you are using. --><scripttype="text/javascript" src="pingone-protect-device-profiling.js"></script>
Where your web application initializes PfAuthnWidget, adjust the path (deviceProfileScript) to the script file.