service url to the IDABUS Data Service for FIM / MIM (On-Premises only)
portalUrl
string
url to the FIM / MIM Portal (On-Premises only)
nextGenServiceUrl
string
url to the IDABUS Identity Engine (cloud only)
helpLinkUrl
string
https://ocgwiki.github.io
url to a help web page
Generic UI settings
Key
Type
Default
Description
pageTitle
string
Idabus Identity Portal
Page title displayed as the tab name in a browser
routePrefix
string
””
defines the path name if the UI is deployed as an application under a website, otherwise should be empty
startPath
string
/app
defines the first displayed page of the UI
domain
string
defines the domain name (On-Premises only)
encryptionKey
string
ContosoMIMCrypto
a key to encrypt user name and password sent to the IDABUS Data Service during the form authentication. should be set as the same as the key defined in IDABUS Data Service on the server side
define the attributes of the login user to be loaded when the UI is starting
photoAttributes
string[]
<ul><li>Photo</li></ul>
defines attributes which should be interpreted as photo
photoWidthToHeightRatio
number
1
defines the ratio of height and width to show photos
pageSize
number
20
page size of all tables in the UI. this setting can be overridden in the individual table settings
blurLevel
number
1
defines the blur strength on the loading overlay, set to 0 to disable the blur effect
attributeFontSize
number
16
font size of all attribute editors
lettersToTriggerSearch
number
3
defines how many letters should be typed in until a search will be triggered
simpleSearchAutoComplete
boolean
true
enable / disable auto-complete by simple search. if disabled, a return key must be given to start the search
modelUpdateOn
change | blur | submit
change
defines how validation should be triggered, during the typing or when lost focus or on clicking submit
hideNoReadAccessMessage
boolean
false
hide the message on an attribute by lack of read permission
hideNoWriteAccessMessage
boolean
true
hide the message on an attribute by lack of write permission
wizardTopPosition
number
100
defines the margin top value for all popup wizard
navigateAfterCreation
boolean
false
defines whether de UI should navigate to the created resource direct after the creation wizard is submitted, this setting can be overridden in individual wizard settings
keepAliveDuration
number
3600000
defines the idle time before the UI session expires, in milliseconds. if set to less than 10000, the session will never expire
keepAliveCheckPeriod
number
900000
defines the period to check the idle time
maintenanceMode
boolean
false
enable / disable maintenance mode
maintenanceExceptions
string[]
[]
defines a list of account names, which can exceptional login to the system during the maintenance mode
defaultLinkAction
native | navigate | sideView
navigate
defines what should happen when an identity link is clicked, the behaviours are:<ul><li>native - show the identity in a FIM / MIM popup window (on-premises only)</li>navigate - navigate to the identity<li>sideView - show the identity in side view</li></ul>
defines the attribute, for which the uniqueness check should be applied
objectType
string[]
defines the attribute types, for which the uniqueness check should be applied
condition
xpath
defines a xpath, if at lease one resource is returned through the execution of this xpath, the uniqueness check will fail. use %SearchText% as a placeholder for the input text
Export settings
Key
Type
Default
Description
name
string
name of the export option, localisable
type
string
object type of the export option
query
xpath
defines a xpath to be used to query resources to export
attribute
string[]
a list of attributes to be included, if not specified, all attributes will be exported
selected
boolean
defines whether the export option is initially selected