LogoLogo
HomeIntegrityControlSolutionsManagement Center
2.2 OTP Enrollment
2.2 OTP Enrollment
  • Overview
    • Overview of Enrollment
    • Get started
    • Installation
      • Windows
  • Modules
    • Overview
    • AuthN
    • OATH
      • OathSwEnrollment
        • Overview
        • Module parameters
      • OathHwEnrollment
        • Overview
        • Module parameters
      • OathValidation
        • Overview
        • Module parameters
    • Passkey
      • Overview
      • WebAuthnEnrollment
        • Overview
        • Module parameters
      • WebAuthnValidation
        • Overview
        • Module parameters
          • Public Key Credential Request Options (credential_request_options)
    • TokenAdminApi
      • Overview
      • Module parameters
      • HTTP API
    • TokensDb
      • Overview
      • General parameters
      • OATH Software (oathsw)
      • OATH Hardware (oathhw)
      • Passkey (webauthn)
        • Public Key Credential Creation Options (credential_creation_options)
    • Other modules
  • Operations
    • Database
      • Connect to database
      • Operate
      • Troubleshoot
    • Troubleshooting
      • Extended logging
    • CEF logging
    • PSKC File Import
  • Token devices
    • OATH mobile apps
  • Installation
    • Using a container
    • Windows
    • Unix
Powered by GitBook
On this page
  1. Modules
  2. OATH
  3. OathHwEnrollment

Module parameters

This section includes the parameters for the OathHwEnrollment module

Name
Description
Default
Mandatory

namespace

Modules within the same namespace belong together.

flow_layout

App layout. Available values: MINIMAL, STANDARD

"MINIMAL"

serial_prefix

Prefix for serial number (Used for automatic input from e.g Yubikey)

"ubnu"

otp_length

Length of OTP (Used for automatic input from e.g Yubikey)

6

{
   "name": "OathHwEnrollment",
   "config": {
      "namespace": "default",
      "http_port": 8080,
      "http_context": "/enrollment",
      "context_path": "/oathhw",
      "webroot_dir": "resources/web/oath-hw",
      "http_auth_redirect_url": "/enrollment/oathhw/authn/login",
      "logout_location": "/enrollment/oathhw/app/logged_out",
      "flow_layout": "MINIMAL",
      "serial_prefix": "ubnu",
      "otp_length": 6
   }
}
PreviousOverviewNextOathValidation