Server

Nuxeo DuoWeb Two-Factor Authentication

Updated: July 8, 2025

The Nuxeo addon nuxeo-duoweb-authentication is an integration of DuoWeb access in Nuxeo login plugin and provides two-factor authentication through the Nuxeo login page.

This plugin is available for Nuxeo Platform 5.8 and above.

Configuration
Please refer to this README to configure and activate the addon on your Nuxeo instance.

The two factors authentication is executing the following steps:

  1. Login with your Nuxeo credentials.
  2. Bind/Use your Duo application to check identity through your mobile phone.
  3. Confirm identity authorization with your mobile phone.

Login Plugin Configuration

You must subscribe to DuoWeb services and follow DuoWeb documentation to create all DuoWeb Keys.

After installing the plugin, make sure to define the following Nuxeo configuration properties before you start:

nuxeo.duoweb.clientId=
nuxeo.duoweb.clientSecret=
nuxeo.duoweb.host=

Optional properties:

# A health check of the Duo service is done at server startup. If the Duo service is not reachable, the server won't start
nuxeo.duoweb.skipHealthCheck=true