使用o365令牌的Sharepoint身份验证-.net核心

时间:2020-02-06 11:18:19

标签: asp.net-core sharepoint sharepoint-online csom o365security-compliance

我有一个通过o365身份验证生成的令牌,我可以使用同一令牌通过.netcore向SharePoint发出请求

我看过很多博客,但是那些博客都在使用.net(不使用.netcore

注意:我使用了此dll,该dll用于SharePoint“ AppForSharePointOnlineWebToolkit”的身份验证 哪个将TokenHelper.cs文件添加到项目中。这是在.net中添加文件,但不在.net核心中添加

ClientContext clientContext = TokenHelper.GetClientContextWithAccessToken(targetWeb,AccessToken);

1 个答案:

答案 0 :(得分:1)

我建议使用ClientID / ClientSecret与SharePoint进行身份验证:Write-Warning。您将要使用的那个太旧了。