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. TokensDb

Overview

Overview of the Token Database module

This is a standalone module that manages a database of authentication tokens and provides services for other modules that want to interact with the database.

Here's a list of the services offered by this module:

  • Create and maintain the database structure (tables, indexes etc)

  • Run maintenance tasks on the database, making sure that tokens are activated and expired accordingly.

  • Create OATH software tokens

  • Create OATH hardware tokens by importing PSKC files

  • Validate an one-time password (OTP), using all tokens registered for a certain user

  • Create WebAuthn tokens (Passkeys)

  • Validate WebAuthn assertions

PreviousTokensDbNextGeneral parameters