LogoLogo
HomeIntegrityControlSolutionsManagement Center
3.0.0 Enrollment
3.0.0 Enrollment
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • Overview
    • AuthN
    • Enrollment
      • Overview
      • Properties
      • OATH Software Token
        • Overview
        • Properties
      • OATH Hardware Token
        • Overview
        • Properties
      • Passkey
        • Overview
        • Properties
      • Fortified ID mobile
        • Overview
        • Properties
    • TokenAdminApi
      • Overview
      • Properties
      • HTTP API
    • TokensDb
      • Overview
      • Properties
      • 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. Enrollment

Properties

This section includes the parameters for the enrollment module.

PreviousOverviewNextOATH Software Token

Last updated 5 months ago

This section includes the generic parameters for the enrollment module. For parameters for the four submodules, click each module.

Name
Description
Default
Mandatory

enabled

true

config.http_listener

http_listener

default

config.token_issuer

config.logout_endpoint_url

Overrides default logout, click for more info.

config.overlay_dir

Overrides default look and feel and languages

config.flow_layout

App layout. Available values: MINIMAL, STANDARD

"MINIMAL"

config.oathsw

Activate this enrollment feature

config.oathhw

Activate this enrollment feature

config.webauthn

Activate this enrollment feature

config.mobileid

Activate this enrollment feature

{
    "name": "Enrollment",
    "enabled": true,
    "config": {
        "http_listener": "default",
        "token_issuer": "Fortified ID Test",
        "logout_endpoint_url": "${globals.logout_endpoint_url}",
        "overlay_dir": "${system.customer_home}/overlay/",
        "flow_layout": "STANDARD",
        "oathsw": {
            "enabled": true
        },
        "oathhw": {
            "enabled": false
        },
        "webauthn": {
            "enabled": true
        },
        "mobileid": {
            "enabled": true,
	    "server_api_url": "http://127.0.0.1:9097/mos"
        }
    }
}

link