Feature request: Support for WebAuthn factors settings management in Deploy CLI

Feature: An ability to configure WebAuthn factors settings using the Auth0 Deploy CLI.

Description: According to this document WebAuthn with Security Keys can be configured for MFA using the Dashboard.

The Auth0 Deploy CLI allows to enable this factor by creating …/guardian/factors/webauthn-roaming.json file with the following content:

{
  "name": "webauthn-roaming",
  "enabled": true
}

The same can be accomplished for Platform authenticators by creating …/guardian/factors/webauthn-platform.json file with the following content:

{
  "name": "webauthn-platform",
  "enabled": true
}

The issue is that currently there is no way to use the Auth0 Deploy CLI to configure User Verification and Customize Relying Party settings for Multi-Factor Auth. Similarly, the Management API does not have an endpoint to configure these settings. See this answer.

Use-case: Our team is currently researching possibilities of using WebAuthn factors for Multi-Factor Auth. As we are using the Auth0 Deploy CLI to deploy settings to our tenants, it will be difficult to manage related WebAuthn settings without the mentioned feature.

Hey there!

Thanks for creating this feedback card and providing all that context. Let’s see who else from community will be interested in such improvement as well.

1 Like