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

MobileServerServerModule

The server api of MobileID

NextMobileServerClientModule

Last updated 1 year ago

Introduction

Server side http api for MobileID. The api should not be accessible from Internet.

Configuration

Module name: MobileServerServerModule

Configuration

This is the configuration. All http configuration parameters is also valid.

Name
Description
Default
Mandatory

issuer

Modules within the same namespace belong together.

N/A

issuer_id

A GUID identifier for this issuer. Can be generated here:

N/A

client_api_url

External url used by the mobile clients

N/A

url_scheme

Scheme used for QR-codes etc. Must be "fortifiedid"

fortifiedid

{
  "name": "MobileServerServerModule",
  "config": 
  {
    "http_context": "/mos",
    "issuer": "Fortified ID",
    "issuer_id": "<should be a guid>",
    "client_api_url": "http://192.168.86.27:7002/mosclient",
    "http_port": 7001
  }
}

https://www.guidgenerator.com/