Advanced Identity Cloud

TypingDNA Reset Profile node

Use the TypingDNA Reset Profile node to reset an end user’s TypingDNA profile. When a user’s profile is reset, all the patterns recorded for the user are deleted, and the user is enrolled again the next time they sign on. To reset a profile, you must use the same API key, API secret, and the salt as configured in the TypingDNA Decision node.

Compatibility

Product Compatible?

Advanced Identity Cloud

Yes

PingAM (self-managed)

Yes

Ping Identity Platform (self-managed)

Yes

Inputs

This node reads the username of the authenticating user from the shared state. Implement a Platform Username node earlier in the journey.

Properties

Property Usage

API URL

The URL for TypingDNA API, for example, https://api.typingdna.com.

API key

The API key from your TypingDNA account.

API secret

The API secret from your TypingDNA account.

Hash algorithm

The hashing algorithm that is used for anonymizing usernames before sending them to the TypingDNA Authentication API.

Salt

A string that is used to anonymize the user ID for additional security. For example, username or user email.

Default is null.

Request identifier

An optional parameter that can be used to identify requests coming from a specific Advanced Identity Cloud authentication journey. The identifier also appears in the TypingDNA logs.

Default: ForgeRock.

Request time out

Time in milliseconds after which requests to the TypingDNA Authentication API time out if no response is received.

Default: 8000 ms

Outputs

This node does not store any output to the shared state.

Outcomes

Success

This outcome is achieved when the profile was successfully deleted.

Error

This outcome is achieved when a critical error occurs, such as if invalid API credentials are entered. You can link this outcome to an alternative node, such as a Retry Limit Decision node, or to the Failure node.

Troubleshooting

If this node logged an error, review the transaction log to find the reason for the error.