SharePoint 表单身份验证网站
对于部分匿名且部分支持表单身份验证登录的 SharePoint 网站,您如何管理其安全性?
我已经设置了一个使用 CMS 门户(使用 Windows 身份验证)的网站,但由于 FBA 将由公众使用,因此它已扩展为将 FBA 作为身份验证提供程序并且 匿名访问已启用。 CMS 门户上未启用匿名,因为它不是 relivent,只有内容编辑者才能登录该网站。
但我不知道如何管理可以从 CMS 门户匿名访问和不可匿名访问的内容,是否可能,或者是否需要一个 FBA 管理员帐户来管理该网站的该部分?
With a SharePoint site which is partially anonymous and partially behind a forms authentication login, how do you manage the security of it?
I've got a site set up with the CMS portal (which uses Windows authentication) but since FBA is to be used by the public it has been extended to have FBA as the authentication provider and anonymous access has been enabled. Anonymous is not enabled on the CMS portal, as it is not relivent, only content editors will log onto that site.
But I can't work out how to manage what is and isn't anonymously accessible from the CMS portal, is it possible, or does there need to be a FBA-admin account which is used to manage that portion of the site?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您要问的是“如何管理 SharePoint/WSS 网站的匿名访问?”。
这篇文章应该可以帮助您入门。
来自马克·哈里森博客 http://old. markharrison.co.uk/blog/2006/06/moss-2007-enable-anonymous_12.htm
根据您的后续评论,我相信您是在问登录到默认区域时是否可以管理匿名访问仅支持 Windows 身份验证。 由于某种原因,MSFT 决定在使用已关闭匿名访问的 Web 应用程序访问网站集时禁用 (_layouts/setanon.aspx) 上的页面控件。
由于匿名访问只是网络的另一种设置,因此您没有理由不能构建自己的网页来管理这些设置。 这篇文章可以帮助您入门。 尽管本文讨论了构建 STSADM 扩展,该扩展不会帮助您通过 Web 浏览器管理站点,但它确实包含您在自定义页面中需要的代码。
您不需要特殊的 FBA 帐户来管理匿名访问。 您可以使用在网站集中具有适当权限的任何帐户来管理它。
I think what you are asking is "How do I manage anonymous access for SharePoint / WSS sites?".
This article should get you started.
From Mark Harrisons blog http://old.markharrison.co.uk/blog/2006/06/moss-2007-enable-anonymous_12.htm
Based on your follow up comment I believe you are asking if you can manage anonymous access when logged in to your default zone which only supports Windows Authentication. For some reason MSFT decided to disable the page controls on (_layouts/setanon.aspx) when access the site collection using a Web Application that has anonymous access turned off.
Since anonymous access is just another setting for the Webs there is no reason you cannot build your own web page to manage those settings. This article can help get you started. Granted this article discusses building an STSADM extension which will NOT help you manage your site via Web Browser, it does have the code you would need to have inside your custom page.
You should NOT need a special FBA account to manage the anonymous access. You can management it with any account that has proper permissions in your site collection.