Authentication required

Authentication should only be disabled on private networks.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::REQUIREAUTH

Property is hidden

No

Contained in every configuration by default

Yes

Schema

Enumeration type

integer

Default value

2

Options

Value

Label

0

None

1

Authentication only for remote access

2

Always authenticate

JSON Schema

{
    "default": 2,
    "defaultConfigurable": true,
    "description": "DESC_REQUIREAUTH",
    "enum": [
        0,
        1,
        2
    ],
    "options": [
        {
            "label": "ENUM_NONE",
            "value": 0
        },
        {
            "label": "ENUM_REMOTE",
            "value": 1
        },
        {
            "label": "ENUM_ALWAYS",
            "value": 2
        }
    ],
    "propertyOrder": 13,
    "type": "integer"
}