FIDO2 - Authentication node
The FIDO2 - Authentication node verifies a user's identity using a previously registered FIDO2 authenticator or Passkey.
This node is available in: Authentication, Library
Node configurations
-
**FIDO2 Configuration Name: Select the FIDO2 configuration to be used from the dropdown. The available configurations are defined in the dedicated FIDO2 configuration section.
-
User ID: The unique identifier of the user to authenticate.
Default output node
- Success
- Failure
JSON metadata
{
"name": "fido2_use_credential_v2",
"active": true,
"bundleName": "am-fido2-nodes",
"bundleVersion": "1.0",
"category": "fido2",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "FIDO2 - Verify Passkey"
}, {
"lang": "it",
"value": "FIDO2 - Verify Passkey"
}
],
"flowCategory": [
"custom",
"admin",
"auth",
"self",
"consent"
],
"flowType": [
"library"
],
"nodeName": "Fido2UseCredentialV2",
"index": 2,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "NoCredentials",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}