OTP - Verify User Authenticator Code node
The OTP - Verify User Authenticator Code node verifies the OTP code provided by the user against the registered authenticator.
This node is available in: Authentication, Admin, Self Service, Consent, Library, Custom, User Defined
Node configuration
Defines the user associated with the OTP authenticator.
Default output node
- Success
- No Authenticators
- Wrong Code
- Failure
JSON metadata
{
"name": "verify_otp_v2",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "VerifyOtpV2",
"category": "one_time_password",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "OTP - Verify User Authenticator Code"
}, {
"lang": "it",
"value": "OTP - Verify User Authenticator Code"
}
],
"flowCategory": [
"custom",
"admin",
"auth",
"self",
"consent"
],
"flowType": [
"library"
],
"index": 4,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "NoAuthenticators",
"level": "warning"
}, {
"name": "WrongCode",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
],
"allowAdditionalOutputs": true
}