Authentication mechanism
The most common mechanism is 'Simple'. 'Digest-MD5' is recommended when TLS is unavailable.
General Information
|
Domain |
TcHmiLdap |
|
Full symbol path |
TcHmiLdap.Config::AUTHENTICATION_MECHANISM |
|
Category |
HMI Authentication |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Enumeration type |
string |
|
Default value |
"Simple" |
|
Enumeration value |
|---|
|
Simple |
|
Digest-MD5 |
JSON Schema
{
"category": "CATEGORY_AUTHENTICATION",
"default": "Simple",
"description": "DESC_AUTHENTICATION_MECHANISM",
"enum": [
"Simple",
"Digest-MD5"
],
"propertyOrder": 6,
"type": "string"
}