Bot Builder : How to create a bot using OAuth 2 implicit grant flow method in sharepoint

前端 未结 1 1496
孤独总比滥情好
孤独总比滥情好 2021-01-07 02:33

I\'m trying to create a bot in a sharepoint site. To do that i need to retrieve the user info using implicit flow authentification method, however i haven\'t found any examp

相关标签:
1条回答
  • 2021-01-07 03:01

    There are a number of .net examples online: https://stephaneeyskens.wordpress.com/2017/01/04/microsoft-bot-framework-transparent-authentication-with-the-webchat-control/

    https://github.com/Ellerbach/SharePointBot

    https://www.rickvanrousselt.com/contextual-authentication-webchat-control/

    https://www.linkedin.com/pulse/chat-bot-luis-sharepoint-part-one-akshay-deshmukh/

    However, they are a little dated. Just this week, Microsoft released a new integrated OAuth feature for bots.

    One of the Service Providers is Sharepoint:

    0 讨论(0)
提交回复
热议问题