Using MSAL in a machine-to-machine scenario as a CSP

徘徊边缘 提交于 2019-12-06 11:19:32

You can use MSAL to perform the auth required for the Graph SDK. There are some code snippets of using the .NET Graph SDK with the MSAL, but your best bet is the Connect Sample that shows this in a working app.

For a complete guided sample of how to use MSAL and what the library does, checkout the MSAL .NET Desktop Sample.

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