在OpenId Connect Middleware中使用隐式流登录期间重定向循环

use*_*567 7 asp.net asp.net-web-api openid-connect identityserver3

在服务器上我有Identity Server 3 Identity Server.在客户端,我有UseOpenIdConnectAuthentication.这很有效.但是,当用户成功登录我的身份服务器后,突然之后,重定向开始循环,直到我获得使用客户端应用程序的每个人的错误最大请求大小.然后我重新启动客户端应用程序池,一切都恢复正常.OpenIdConnectAuthentication中间件中是否有一些具有此结果的缓存内容?这仅影响客户端应用程序.