Skip to main content Link Menu Expand (external link) Document Search Copy Copied

System Settings

Table of contents
  1. General
  2. Settings overriding
  3. Authentication modes
  4. Properties

General

IDABUS Identity Portal can be used for connecting different systems or environments. It is possible, at the beginning of UI start to show a configurable system list to be connected to.

images_systems.png

Settings overriding

All settings specified in the configuration file (except the MSAL settings for now), can be overridden in the config block of the individual system settings. This is also a top level overriding

Authentication modes

There are 4 different supported authentication modes,

  • mix - allows windows (NTLM / Kerberos) authentication and form authentication
  • windows - allows only windows authentication (NTLM / Kerberos)
  • basic - allows only form authentication
  • azure - allows azure AD authentication
  • onPrem - obsoleted, equivalent to mix
  • cloud - obsoleted, equivalent to azure

Properties

Key Type Default Description
enabled boolean false enable / disable system selection
loginMode mix | windows | basic global login mode setting, can be overridden in the individual system settings  
items.name string   name of the system
items.displayName string   display name of the system, localisable
items.description string   description of the system, localisable
items.type mix | windows | basic | azure | link authentication type of the system  
items.icon string   icon of the system using material icons
items.enabled boolean   show / hide the system
item.config object   entry point to override settings