我有以下 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.
有什么建议吗? 谢谢