CustomConnections
The example
MyConfiguration contains an array for
CustomConnections
. Each dictionary entry in the
CustomConnections
array can have a set of key-value pairs.
Key | Type | Possible Values |
---|---|---|
icon | String | image file name + ext (Specifies the connection is not currently selected.)
|
iconSelected | String | image file name + ext ( Specifies the connection is currently selected.)
|
title | String |
Connection 1
|
url | String |
http://www.myserver1.example.com
|
ssourl | String | /myssologinpageurl
|
loginSupport | String | Message shown in the dialog asking the user to authenticate.
(This message can contain markdown links. See
Configurations for a custom login page for more information.)
|
For more information about setting the
CustomConnections
options, see
for more information.
Parent topic: MyConfiguration