General FIDO configuration

Docker Compose configuration

Environment variable Example value Description
TOKEN_​SERVER_​COMMON_​FEATURES_​FIDO_​ENABLED_​BOOLEAN false Optional flag to disable FIDO, if not set FIDO is enabled.

FIDO configuration

The Token Server needs an API key to communicate with the FIDO server. When the administrator of the FIDO server creates a Service Provider for this Application, an API key is created in the FIDO Server.

Go to ConfigurationFIDO and edit the configuration.

FIDO Configuration

Field Required Example value Details
Base URI of the FIDO server Yes Base URI for requests to the FIDO server
API key Yes API key of the Token Server as Service Provider in the FIDO Server

Application configuration

FIDO can be enabled per Application in the Token Server.

Go to ConfigurationApp configurationApplications to add or edit an Application.

Application config

Field Required Example value Details
FIDO enabled No Enables / disabled FIDO for this application
FIDO authenticators No Defines which authenticators are available to authenticate in the mobile app.

Disabling FIDO

FIDO can be disabled via a Docker Compose environment variable (see above). Once FIDO is disabled all the related configuration is hidden in the admin console.