Module parameters
This section includes the parameters for the WebAuthnEnrollment module which is the name for the passkey enrollment module.
Name of module: WebAuthnEnrollment
Name
Description
Default
Mandatory
namespace
Modules within the same namespace belong together.
{
"name": "WebAuthnEnrollment",
"config": {
"namespace": "default",
"http_port": 8080,
"http_context": "/enrollment",
"context_path": "/webauthn",
"webroot_dir": "resources/web/webauthn",
"http_auth_redirect_url": "/enrollment/webauthn/authn/login"
}
}