Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The database used by MobileID
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
The enrollment module of MobileID
Server enrollmept api for MobileID.
This is the configuration.
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)
This document describes the format of the form used in Tasks.
The form is build up by stacking elements from top to bottom using a json format.
The form must consist of:
At least one element
At least one button_confirm
Only one background element
Only one title element
All elements must have unique id's
is specified using the format #aarrggbb (for instance #ffff0000 or #774499cc).
is represented by a base64-representation of a jpeg or png image.
The title element is presented as a text in the titlebar
Example
{"id":"1","type":"title","value":"Login to VPN"}
The background fills the entire form. It's value can either be a <color> or an <image>
Example:
{"id":"2","type":"background","value":"#ffff0000"} {"id":"2","type":"background","value":""}
The image value is an <image> stretched to full width and scaled in height keeping the aspect ratio. A preferable pixel-width of the image is 640.
Attributes:
background_color - <color>
Example:
{"id":"3","type":"image","value":""} {"id":"3","type":"image","value":"", "background_color":"#ff005500"}
Label displays a text which are wrapped if the width exceeds the task-width
Attributes:
text_color: <color> text_size: "thin", "extra_small", "small", "medium", "large", "extra_large" text_alignment: "left", "center", "right" text_bold: "true", "false" background_color: <color>
Example:
{"id":"3","type":"label","value":"Hello World!"} {"id":"3","type":"label","value":"Hello World!", "text_color":"#ff0000ff", "text_size":"small", "text_alignment":"right", "text_bold":"true"}
Note: Two or more consecutive buttons are displayed side-by-side. If this effect is not desired, separate them with small padding.
Attributes:
text_color: <color> button_color: <color> background_color: <color>
Example:
{"id":"4","type":"button_confirm","value":"Login"} {"id":"4","type":"button_confirm","value":"Login", "text_color":"#ff000000", "button_color":"#ffffaaaa"}
Note: Dynamic padding "eats up" the remaining vertical space of the form. Multiple dynamic padding shares this space equal. All other paddings are fixed sizes.
Possible values: "dynamic", "thin", "extra_small", "small", "medium", "large", "extra_large"
Attributes:
background_color: <color>
Example: {"id":"5","type":"padding","value":"dynamic"} {"id":"5","type":"padding","value":"large", "background_color":"#ffff0000"}
Example 3
The CA used by MobileID
A module that generates certificates
This is the configuration.
keystore
The keystore containing the certificate and private key. Can be specified as data or as a file.
N/A
validity
The validity of the generated certificates. Use one of the following formats: P365D - for 365 days PT8H - for 8 hours
N/A