Other components that this module uses or need:
Web -> WebAuthnValidation To authenticate users using a Passkey you need to have a database connection.
Enrollment -> Check out the Enrollment documentation. To be able to authenticate you must have enrolled for a token.
Common Authenticator configuration can be found .
namespace
username_parameter
username
webroot_dir
See common authenticator configuration
web/authenticator/webauthn
Property base_path should not contain the full path when used in conjunction with the Selector, instead, the full URI will be handled by the selector. The full path will be base_path + / + id.
WEB_100022("Passkey validated")
IDENTIFIER (user trace id)
CUSTOMER_IDENTIFIER (if configured)
SOURCE_ADDRESS (ip of the remote session)
WEB_100023("Passkey validation failed")
IDENTIFIER (user trace id)
CUSTOMER_IDENTIFIER (if configured)
SOURCE_ADDRESS (ip of the remote session)
After successful authentiation, the authenticator populates the configured username property with the user identifier obtained during the Web Authentication process.
Initialize a new authentication with the following request to the authenticator API:
The server responds with AUTHORIZED
or UNAUTHORIZED
:
The following documentation contains links to the document .
The server responds with a . Use the response to obtain a , according to the Web Authentication specification, and return the assertion to the authenticator API: