SharePoint 2010. Web app configured with single claims auth provider utilizing Kerberos. FBA/Forms is NOT enabled. No custom providers are configured. User Profile is enabled and in synch. Single domain across the farm.
Issue: Attempting to apply permissions at site collection level, during a people picker search I get "Display Name" and "E-Mail Address" I do not get "Title", "Department", "Presence", "Work Number".
Troubleshooting:
Check the user profiles within the user profile service application, attributes are populated.
If I update my info I get results for my updates (title, department) in people picker. SharePoint admin see title only, no department. AD has these objects populated.
Added a content source to search to populate search.
Question:
From what I understand the additional objects should show as it's part of the default user properties from the user profile service. Mappings are there and imported in user profile. What I am missing?
Do I need a custom provider with the setup I have? Seems like more would have this issue if that was the case.
Additional Info:
//web.config
<PeoplePickerWildcards>
<clear />
<add key="AspNetSqlMembershipProvider" value="%" />
</PeoplePickerWildcards>