
y78gz (y78gz) asked a question.
Application username custom format "Domain\" + AD SAM Account name
Hello,
I'm trying to create a custom username using SpEL but I am not able to make it work.
"DOMAIN\"+user.samaccountname -> Error Invalid property samaccountname
Does anyone know how to write this custom attribute?

I found the answer to this question, you have to use the following SpEL
"DOMAIN\" + active_directory.samAccountName