Question

I am a beginner in Sharepoint and I must conceive a Sharepoint solution. I need to have an Intranet for employees as well as an access point for collaborators to a particular site in this intranet. For this part I thought of extending the intranet (claim based auth) and mixing windows auth and form based auth respectively for the employees and collaborators. Collaborators will use credentials stored in the DB. Is this correct ?

My second part is that I need to have an internet website (100% public) that can be modified through the intranet portal. Should it be in a different webapp or not ? If not, can (and should) I extend an internet webapp twice to narrow down the access ?

Thanks.

Was it helpful?

Solution

1) Yes, that sounds right. You do not need to Extend the Web App in this scenario

2) Yes, different Web Application in order to enable Anonymous access. You can Extend the Internet Web Application to enable NTLM/Kerberos on a particular Zone to limit access.

Sounds like you have the right idea.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top