SharePoint 和亚马逊物流

发布于 2024-10-16 22:18:14 字数 434 浏览 1 评论 0原文

我参与开发了一个自定义的 SharePoint 2010 应用程序,该应用程序使用自定义数据库进行身份验证。

按照互联网上的许多教程,我成功地实现了 FBA,并且该网站已启动并运行以进行进一步的内容开发(使用 SharePoint 的 BI 功能)。

然而,我最近在其中一个网站上看到了一条评论(现在没有链接)——对于 FBA,最好扩展一个基于 Windows 的身份验证网站,因为网站的管理变得很容易。

我想知道:

  1. 这个说法正确吗?
  2. 即使我只针对互联网上的非 AD 用户(并且仅使用我的自定义数据库进行身份验证),是否有必要从基于 Windows 的身份验证 Web 应用程序进行扩展?
  3. FBA Web 应用程序是否应该从基于 Windows 的应用程序进行扩展,反之亦然?
  4. 这两种情况的优点和缺点是什么?

I have been involved to develop a customized SharePoint 2010 application that uses a custom db for authentication.

Following many tutorials on the internet I was successfully able to implement FBA and the site is up and running for further content development (using BI features of SharePoint).

However, I recently came across a comment on one of the websites (dont have the link now) - For FBA, its better to extend a windows based authentication website, as administration of website becomes easy.

I wanted to know:

  1. Is this statement correct?
  2. Even if I am only targetting non-AD users over the internet (and using only my custom db for authentication), is it necessary to extend from a windows based authentication web app?
  3. Should an FBA web app be extended from windows based or vice versa?
  4. What are the pros and cons of either case?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

闻呓 2024-10-23 22:18:14
  1. 是的。我所有的 FBA Web 应用程序都已扩展。
  2. 我通常有一个带有公共 url 的 FBA 区域,并且有一个带有 windows auth url 的内部区域,因此只有管理员才能访问它
  3. 我通常总是从 windows auth 开始,并扩展 FBA
  4. 您总是遇到 FBA 问题,并且将标准窗口设置为后备是一个好主意。像搜索这样的东西,需要一个区域来爬行,我总是让它爬行 Windows 身份验证区域。
  1. Yes. All my FBA web applications are extended.
  2. I normally have the FBA zone with the public url, and have an internal zone with the windows auth url, so only administrators can get to it
  3. I normally always start with the windows auth, and extend the FBA
  4. You always have issues with FBA, and it is a good idea to have the standard windows based to fallback. Things like search, need a zone to crawl, i always have it crawling the windows auth zone.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文