FIDO2 - Registration node
The FIDO2 - Registration node initiates the FIDO2 / Passkey registration process for a user, allowing them to enrol a new authenticator device.
This node is available in: Self Service, 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 register the authenticator for.
-
Username: The display name of the user shown during the registration ceremony.
Default output node
- Success
- Failure
JSON metadata
{
"name": "fido2_register_credential",
"active": true,
"bundleName": "am-fido2-nodes",
"bundleVersion": "1.0",
"category": "fido2",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "FIDO2 - Register new Passkey"
}, {
"lang": "it",
"value": "FIDO2 - Register new Passkey"
}
],
"flowCategory": [
"custom",
"admin",
"auth",
"self",
"consent"
],
"flowType": [
"library"
],
"nodeName": "Fido2RegisterCredential",
"index": 3,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}