Hi,
Having an issue with the UserProfileManager.GetUserProfile() when using FBA/Claims. Anyone know how to get this to work?
The core issue is that for windows users I have acess to the user "login name" like "domain\username", this works just fine to pass this as a param into the GetUserProfile method but for FBA the value looks likei:0#.f|myprovider|myuser) and in my case myuser=firstname.lastname@company.com.
I have been able to parse out and pass in "only" the username (i.e. the e-mail) to the GetUserProfile but that doesn't seem to help.
How can I get the UserProfile for a FBA user?
Thx,
Calle