【问题标题】:SSO SharePoint 2010 through ASP.NET MVC3-Application, Document EditingSSO SharePoint 2010 通过 ASP.NET MVC3-应用程序,文档编辑
【发布时间】:2011-11-02 12:51:23
【问题描述】:

我们有一个 ASP.NET MVC3 应用程序,其中包含许多指向 SharePoint 2010 中文档的链接 - 库。如果用户单击这些链接之一,他将被邀请在 Office 文档的只读模式或编辑模式之间进行选择。如果他选择“编辑模式”,则必须输入 SharePoint 的凭据。
是否可以使用用户 MVC-App-Creentials 登录 SharePoint2010,从 MVC 应用程序中执行某种单点登录?我们希望用户单击链接并能够编辑文档并单击保存(保存回 SharePoint),而无需再次输入其凭据。有什么经验吗?

//edit:MVC 应用程序和 SharePoint 都位于与用户不同的 Active Directory 中,因此通过实施用户 > SharePoint SSO 无法解决此问题。此外,无法通过 MVC3 应用程序中的 SharePoint Server 对象模型访问 SharePoint:SharePoint 使用 .NET 3.5,而 MVC3 需要 .NET 4.0

【问题讨论】:

    标签: asp.net-mvc sharepoint sharepoint-2010 single-sign-on


    【解决方案1】:

    您可以实现您想要做的事情,但是,您需要在 SharePoint 上启用基于声明的身份验证并编写 custom provider

    【讨论】:

      【解决方案2】:

      在您的情况下,其中一个可能的解决方案是 Active Directory 联合身份验证服务。 http://blogs.technet.com/b/andrew/archive/2010/06/09/what-is-adfs-and-why-you-should-care.aspx

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2011-09-05
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多