Ignore the domain suffix during login
Ignore everything after the first @ in the username submitted by the user. If you are for example using 'userPrincipalName' on ActiveDirectory you need to disable this setting, because the userPrincipalName contains an @.
General Information
|
Domain |
TcHmiLdap |
|
Full symbol path |
TcHmiLdap.Config::IGNORE_DOMAIN_SUFFIX_DURING_LOGIN |
|
Category |
HMI Authentication |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
boolean |
|
Default value |
False |
JSON Schema
{
"category": "CATEGORY_AUTHENTICATION",
"configDescription": "DESC_IGNORE_DOMAIN_SUFFIX_DURING_LOGIN",
"default": false,
"propertyOrder": 13,
"type": "boolean"
}