gpt4 book ai didi

asp.net-core - 无法解密防伪 token

转载 作者:行者123 更新时间:2023-12-03 13:32:07 25 4
gpt4 key购买 nike

我在 Azure 中部署了一个身份服务器 asp net core 项目,我还有两个 asp net 5 mvc 客户端使用我的身份服务器作为 SSO,并且我不断收到(保存在日志中)异常

The antiforgery token could not be decrypted.

最佳答案

我们今天遇到了类似的问题。我们能够通过将数据保护 key 持久化到文件系统来解决。

services.AddDataProtection()
.PersistKeysToFileSystem(new DirectoryInfo(@"\\UNC-PATH"));

关于asp.net-core - 无法解密防伪 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42542923/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com