LogoLogo
HomeIntegrityControlSolutionsManagement Center
3.1.0 Enrollment
3.1.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
  3. Fortified ID mobile

Properties

This section includes the Properties for the mobileid module

Name
Description
Default
Mandatory

enabled

true/false

true

flow_layout

The layout used. Possible values are STANDARD or MINIMAL

STANDARD

server_api_url

Address to communicate with the server module

N/A

validity

The validity of the generated certificates. Use one of the following formats: P365D - for 365 days PT8H - for 8 hours Overrides the setting in the CA-module

P730D (Two years)

"mobileid": {
     "enabled": true,
     "validity" : "P365D",
     "server_api_url": "http://127.0.0.1:9097/mos",
     "flow_layout": "STANDARD"
}

PreviousOverviewNextTokenAdminApi