- 25 Oct 2024
- 1 Minute à lire
- SombreLumière
OneSpan Risk CDDC (Node)
- Mis à jour le 25 Oct 2024
- 1 Minute à lire
- SombreLumière
Availability: OneSpan Authentication for ForgeRock 1.1.0 and later
This node uses the Client Device Data Collector (CDDC) library to collect the end user’s device fingerprint and browser data. It stores the data in the sharedState object. This information is used later by the risk analysis service to assess the risk of the web session context.
Properties
Property name | Data type | Description |
---|---|---|
Push CDDC Script | boolean | If set to True, the node will push the CDDC JavaScript to the ForgeRock page and automatically collect the CDDC JSON and hash values with two hidden value callbacks. If set to False, you need to pass the values through hidden value callbacks yourself. Default value: True |
CDDC Json Callback ID | String | Only required if Push CDDC Script is set to False. Specifies the hidden value ID for the CDDC JSON. Default value: ostid_cddc_json |
CDDC Hash Callback ID | String | Only required if Push CDDC Script is set to False. Specifies the hidden value ID for the CDDC hash value. Default value: ostid_cddc_hash |
Data flow
Attribute name | Source | Description |
---|---|---|
As specified in property | Hidden value callback | CDDC JSON |
As specified in property | Hidden value callback | CDDC hash value |