Audiencing with Forms-Based Authentication (FBA)

Posted by PeterBrunone on ASP.net Weblogs See other posts from ASP.net Weblogs or by PeterBrunone
Published on Thu, 17 Jun 2010 22:14:00 GMT Indexed on 2010/06/17 22:43 UTC
Read the original article Hit count: 442

This really is no different from when you create an audience with regular old NTLM (Windows Authentication).  The difference is that while the AD provider is set up by default in all environments, the extra membership provider (that you use for Forms Authentication) isn't included anywhere except in the web application where you install it.  To be able to find your FBA users in the audience creation tool, you'll need to add the extra membership provider(s) to the web.config for your SSP site in IIS.  At that point, the People Picker should start recognizing your Forms Auth users, and you can create your audience as needed.

© ASP.net Weblogs or respective owner

Related posts about sharepoint

Related posts about SharePoint Customization