1

当我运行 mvc 应用程序时,我将身份服务器 4 与 Asp.net 应用程序 MVC 4.5 一起使用,它来到身份服务器 4 并显示登录页面。然后在填写凭据后,它会验证凭据,并且我已将重定向 uri 设为https://localhost:44367/Home/Secure。它在浏览器中显示相同的 uri 但给出错误

 IDX10500: Signature validation failed. Unable to resolve SecurityKeyIdentifier: 'SecurityKeyIdentifier
(
  IsReadOnly = False,
  Count = 1,
  Clause[0] = System.IdentityModel.Tokens.NamedKeySecurityKeyIdentifierClause
)

为什么会出现这个错误?

4

0 回答 0