Mobile Server 1.0
  • MobileServerServerModule
  • MobileServerClientModule
  • MobileServerInternalCA
  • MobileServerDatabaseJdbc
  • MobileServerEnrollment
  • Form-format
Powered by GitBook
On this page
  • Introduction
  • Configuration
  • Configuration
Export as PDF

MobileServerEnrollment

The enrollment module of MobileID

Introduction

Server enrollmept api for MobileID.

Configuration

Module name: MobileServerEnrollment

Configuration

This is the configuration.

Name
Description
Default
Mandatory

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)

{
  "name": "MobileServerEnrollment",
  "config": {
    "http_context": "/enrollment",
    "context_path": "/mobileid",
    "validity" : "P365D",
    "server_api_url": "http://192.168.86.27:7001/mos",
    "flow_layout": "STANDARD",
    "http_auth_redirect_url": "/enrollment/authn/myauth",
    "http_port": 8080
  }
}

PreviousMobileServerDatabaseJdbcNextForm-format

Last updated 7 months ago