SharePoint 2013与Classic ASP系统的集成. [英] SharePoint 2013 Integration with Classic ASP system.

查看:97
本文介绍了SharePoint 2013与Classic ASP系统的集成.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的客户使用的是经典ASP,并且希望与内部SharePoint 2013集成.想法是在其旧版系统中具有一个链接,该链接将打开SharePoint屏幕的新窗口.

My client is on classic ASP and wants to integrate with on premise SharePoint 2013. Idea is to have a link in their legacy system that would open a new window a SharePoint screen.

很好,直到这里要注意的是,他们不希望SharePoint登录提示来验证用户身份.

All well till here the caveat is that they don’t want SharePoint login prompt for authenticating user.

他们的旧系统使用基于SQL Server的身份验证,并且托管在SharePoint之外的其他域中.

Their legacy system is using SQL Server based authentication and it’s hosted on the different domain then SharePoint.

我可以考虑的最佳方法是编写自定义角色提供程序,该提供程序将根据SQL SERVER(与经典的ASP系统相同)对用户进行身份验证,并将用户直接登录到SharePoint.

Best approach that I can think off is to write the custom role provider that will authenticate the user against SQL SERVER (same as their classic ASP system) and logs the user directly to SharePoint.

想检查是否有人对这种集成有任何想法吗?还是有更好的方法来做到这一点.

Wanted to check if any one of has any idea with such an integration? Or is there a better way to do it.

我全是耳朵

欢呼声

Chirag


推荐答案

Chirag,

Hi Chirag,

根据您的描述,我们可以为SharePoint网站配置基于表单的身份验证,并使用ASP.NET网站中的同一帐户登录SharePoint.

Base on your description, we can configure Forms-Based Authentication for SharePoint site and login SharePoint using the same account in ASP.NET site.

https://blogs.technet.microsoft.com/ptsblog/2013/09/20/configuring-sharepoint-2013-forms-based-authentication-with-sqlmembershipprovider/

或者我们可以在SharePoint中创建服务帐户,然后使用REST API或客户端对象模型(C#)在您的ASP.NET系统中使用此帐户访问SharePoint数据.

Or we can create a service account in SharePoint, then access SharePoint data using this account in your ASP.NET system using REST API or Client Side Object Model(C#).

https://dev .office.com/sharepoint/docs/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code

最好的问候,

丹尼斯


这篇关于SharePoint 2013与Classic ASP系统的集成.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆