Microsoft.IdentityModel.SecurityTokenService.RequestFailedException:令牌请求失败

时间:2021-05-19 14:37:59

标签: azure sharepoint-online

我有以下 CSOM 代码:-

using (ClientContext context = new PnP.Framework.AuthenticationManager().GetACSAppOnlyContext(RisksiteUrl, clientId, clientSecret, AzureEnvironment.Production))

它运行良好大约 1 年,但从昨天开始,上面的代码将引发此异常:-

Unhandled Exception: Microsoft.IdentityModel.SecurityTokenService.RequestFailedException: Token request failed. ---> System.Net.WebException: The remote server
returned an error: (401) Unauthorized.

有什么建议吗? 谢谢

0 个答案:

没有答案