Append the domain during login
For example, if the 'email' or 'userPrincipalName' is used for login, this setting can be used to automatically add the domain suffix so that it does not need to be specified at login. The extension does a case-insensitive check to find out if the domain suffix is already present.
General Information
Domain |
TcHmiLdap |
Full symbol path |
TcHmiLdap.Config::APPEND_DOMAIN_DURING_LOGIN |
Category |
HMI Authentication |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
string |
Default value |
"" |
JSON Schema
{
"category": "CATEGORY_AUTHENTICATION",
"configDescription": "DESC_APPEND_DOMAIN_DURING_LOGIN",
"default": "",
"propertyOrder": 14,
"type": "string"
}