Nœuds — Passkeys / WebAuthn
Enrôlement et authentification par passkeys (FIDO2/WebAuthn), dans le cadre d’un graphe d’authentification.
PasskeyEnrollmentCheckNode — vérifie si l’utilisateur a au moins une passkey enregistrée. Aucune propriété configurable (interface Config vide). Outcomes : enrolled / notEnrolled.
PasskeyRegistrationNode — enrôle une nouvelle passkey (protocole WebAuthn en deux passes : challenge puis validation de l’attestation).
| Propriété | Type | Défaut |
|---|---|---|
rpId | string (obligatoire) | — |
rpName | string | TOSIAM |
origin | string (obligatoire) | — |
Outcomes : registered / error.
PasskeyAuthenticationNode — authentifie avec une passkey (WebAuthn en deux passes).
| Propriété | Type | Défaut |
|---|---|---|
rpId | string (obligatoire) | — |
origin | string (obligatoire) | — |
Outcomes : true / false / unsupported.