
NathanB.75383 (Customer) asked a question.
I have an application I setup that is using the WS_FED Template. It all works fine, I have two fields in Okta that I want to merge together to be in the output field fullAddress.
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/fullAddress|${user.firstName}| is the custom attribute I use. This will write the claim out to the viewer just fine. What I want in the end state is to be able to add multiple fields like user.firstName +","+ user.lastName (I am using this to essentially build out a custom field that just so happens to be called fullAddress (So ignore that)).
I created two attributes and neither seem to be working.
I have a wsfed_template.combo and a user.all if I put the wsfed_template in place of the user.firstName in my custom Attribute I get an error on logging in through OKTA. If I put user.all I get no data (Because of course there is none).
I had went into profile editor and mapped the combo to the user.firstName +","+ user.lastName and it does nothing, but if I sent a value of user.firstName in there it will return just the user.FirstName.
Where am I going wrong?
