I have a "displayName" Claim Type (I have other fields too, one of them is identityClaim)
DisplayName : displayName
InputClaimType : http://schemas.xmlsoap.org/claims/displayName
MappedClaimType : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/fullname
IsIdentityClaim : False
AcceptOnlyKnownClaimValues : False
ClaimValueModificationAction : None
ClaimValueModificationArgument :
KnownClaimValues : {}
UpgradedPersistedProperties :
and in SharePoint Central Admin-->Security-->
Claims Mapping, I have
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/fullname displayName user
When a new user (whose profile does not exist) logs-in, a user profile is created. But the value of "fullname"
does not get stored in User Profile's "Name" field. What is missing?