How to authenticate users from sharepoint 2013 web service and active directory

荒凉一梦 提交于 2019-11-28 10:47:10

问题


How can I authenticate users in a java android application using sharepoint 2013 and secondly how to authenticate users using active directory directly. I have to implement both the ways in two different applications.

I searched on Google but haven't found the proper ways to integrate them.


回答1:


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 .

Azure API For Microsoft sharepoint

sample code for azure authentication

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



来源:https://stackoverflow.com/questions/38589097/how-to-authenticate-users-from-sharepoint-2013-web-service-and-active-directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!