
z4p8y (z4p8y) asked a question.
I'm new to this whole thing... and currently going through the 30-day trial, so please bare with me. =)
I'm trying to create a custom attribute for users called "fullName". I want it to me made of two existing attributes "firstName" and "lastName" so it looks like the following:
firstName: Foo
lastName: Bar
fullName: foobar
How can I achieve fullName to be auto populated in a user profile?
Thanks!

Hi @z4p8y (z4p8y) ,
You first have to define custom attribute to Okta User profile via Profile Editor.
StepsFollow the below procedure to add a new custom attribute in Okta:
Then in your application profile mapping use user.firstName + " " + user.lastName in front of custom variable.