且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从Sharepoint 2013 Web服务和活动目录对用户进行身份验证

更新时间:2023-02-17 11:01:09

Azure提供了用于Microsoft Sharepoint身份验证的API.您可以使用该帐户登录,否则可以打开webview进行sharepoint登录.登录后,您可以存储cookie,并且可以将其用作每个网络服务调用中的令牌.

Azure provides an API for authentication for Microsoft Sharepoint. You can login using that else you can open webview for login of sharepoint. Then after login you can store cookies and you can use it as token in each webservice call.

有关天蓝色的更多详细信息,请参见此链接.

For more detail about azure you can see this link .

用于Microsoft共享点的Azure API

用于天蓝色身份验证的示例代码

如果您想使用webview登录,则可以在下面看到此链接,它对您有帮助.使用Webview登录

If you want to login with webview then you can see this link below it helps you. Login with Webview