Answered by:
Authentication for Sharepoint 2007 Public facing site ( Internet )

Question
-
Hi is there anyone have the idea of the best practices for the sharepoint 2007 authentication for Public facing site ( Internet )? Normally would it be Windows authentication or the form base authentication?
We have a requirement and need to allow another PHP server (different domain) to use lists.asmx to update the list items. Currently the site is enabled for the anonymous access to list.asmx.
thanks
- Edited by jmbill2 Thursday, September 18, 2014 11:41 PM
Thursday, September 18, 2014 11:34 PM
Answers
-
Hello,
Since you are using 2007 so there is no claim authentication. You can setup FBA to provide access to external users (who are not having account in company active directory).
http://msdn.microsoft.com/en-us/library/office/bb975135%28v=office.12%29.aspx
Lists.asmx does not requires any additional authentication. You need to pass domain, username and password in code so your service can be executed in any system without any authentication.
Hope it could help
Hemendra:Yesterday is just a memory,Tomorrow we may never see
Please remember to mark the replies as answers if they help and unmark them if they provide no help- Proposed as answer by Prasath C Friday, September 19, 2014 9:54 AM
- Marked as answer by Hemendra AgrawalModerator Tuesday, October 14, 2014 5:21 AM
Friday, September 19, 2014 9:29 AMModerator
All replies
-
Claims authentication is recommended for internet site, you can also make different domain AD as a claim provider.
Refer to the following article for more information
http://technet.microsoft.com/en-in/library/hh204611(v=office.14).aspxFriday, September 19, 2014 5:25 AM -
Hello,
Since you are using 2007 so there is no claim authentication. You can setup FBA to provide access to external users (who are not having account in company active directory).
http://msdn.microsoft.com/en-us/library/office/bb975135%28v=office.12%29.aspx
Lists.asmx does not requires any additional authentication. You need to pass domain, username and password in code so your service can be executed in any system without any authentication.
Hope it could help
Hemendra:Yesterday is just a memory,Tomorrow we may never see
Please remember to mark the replies as answers if they help and unmark them if they provide no help- Proposed as answer by Prasath C Friday, September 19, 2014 9:54 AM
- Marked as answer by Hemendra AgrawalModerator Tuesday, October 14, 2014 5:21 AM
Friday, September 19, 2014 9:29 AMModerator -