On the server, I have Identity Server 3 Identity Server. On the client side, I have UseOpenIdConnectAuthentication. This works great. But unexpectedly, after several times when the user successfully logged in to my authentication server, the redirect cycles began until I received the maximum request size for each user using the client application. Then I start the client application pool again, everything starts working again. Are there some caching materials in the OpenIdConnectAuthentication middleware that lead to this? This effect is for client application only.
source
share