SharePoint 2010: Why can I not find my FBA users in my People Picker?
I recently configured Forms Based Authentication for my site but soon found that my beloved people picker was not finding the users that I added.
The solution was to add the membership provider I used in my configuration to the PeoplePickerWildCards section of the web.config.
In my case, the following entry resolved the problem:
<add key="FBAMembershipProvider" value="%" />
The solution was to add the membership provider I used in my configuration to the PeoplePickerWildCards section of the web.config.
In my case, the following entry resolved the problem:
<add key="FBAMembershipProvider" value="%" />
Comments
Post a Comment