【发布时间】:2021-06-25 12:00:14
【问题描述】:
我已按照此示例中的说明进行操作: https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/using-csom-for-dotnet-standard 并且可以很好地连接:-) 使用grant_type=password、用户名和密码
但是我想使用客户端 ID 和客户端密码进行连接... I have set these up in AzureAD
this is the body of my request
at this point in the code i actually receive the token
我想知道是否有人有这个工作的例子?
我也试过这个https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs 根据 2018 年 11 月 7 日停用的文档,我可以让它工作。
我不确定它使用什么身份验证方法或如何识别身份验证方法。
【问题讨论】:
标签: sharepoint azure-active-directory office365 csom