ADRemoveDomainValve
In Microsoft Active Directory login often occur according to these examples:
Contoso\bobbyc
bobbyc@contoso.local
This valve will remove the domain part and only keep the login name, bobbyc:
Contoso\bobbyc -> bobbyc
bobbyc@contoso.local -> bobyc
If no items are found, new value will be set on flow attribute. If items are found, new value will be set on first item.
Does not support item sets of more than one.
Properties
Example Configuration
{
"name": "ADRemoveDomainValve",
"config": {
"uid_param_name":"{{request.upn}}",
"uid_attribute_name":"cleanUpn"
}
}
Requirements