Public-facing SharePoint 2007 portal - authentication question

Posted by jdcorr on Stack Overflow See other posts from Stack Overflow or by jdcorr
Published on 2010-03-30T10:49:23Z Indexed on 2010/03/30 10:53 UTC
Read the original article Hit count: 369

I am involved in developing a portal with a public-facing side. For this i created a web application with windows authentication for intranet zone and after that, I created an extension for an internet zone with fba. In the internet extension we have the following requirement: - able to acess to sharepoint backoffice using fba. - have a authentication mecanism for portal visitors, where they can authenticate and acess to a page where they can subscribe the newsletter and define some site appearance (this users can't acess to sharepoint backoffice). My idea is use the aspnet membership provider to authenticate both users and create diferente roles for them. Anyone suggests another approach? Is there any way to ensure that visitors (2 case) do not enter the backoffice portal?

Thanks

© Stack Overflow or respective owner

Related posts about sharepoint2007

Related posts about forms-authentication