0

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I have deployed a collaboration portal template based SharePoint site collection. I am developing using ASP.Net web application using VSTS 2008 + C# + .Net 3.5 + ASP.Net + SharePoint Server 2007 SDK. I am devloping a custom Forms authentication component (a DLL) and wants to register it to be used in SharePoint sites.

I heard for SharePoint Server 2007, custom Forms authentication can only be used for publishing portal and can not be used for collaboration portal. Is that true?

thanks in advance!

1 Answer 1

1

Form Based Authentication (FBA) works fine across different templates (publishing and collaboration is just that, a template).

You will run into issues though using FBA with regards to indexing your solution, so you need to extend your web application with a zone using NTFS to allow the crawler to crawl your site.

Also client integration wont work using FBA (or Web Single-Sign On). Client integration is a feature that allows you to start client applications from your document items context menus, and sharepoint designer authoring. Links to open documents in client applications will be removed and documents will open in browser instead of client when client integrations is disabled.

2
  • Thanks. I do not need to configure client integration. And no need to crawl the site. Any special steps to configure custom Forms authentication using collaboration portal v.s. using publishing portal? Commented Feb 27, 2010 at 12:07
  • I am following steps here, and after configuring Forms authentication, then I begin to browse the site default front page, there is 404 error. Any ideas? msdn.microsoft.com/en-us/library/bb975135.aspx msdn.microsoft.com/en-us/library/bb975136.aspx Commented Feb 27, 2010 at 13:04

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.