Reputation: 31
I am developing and testing a local service fabric cluster in a 5-node environment.
I used Microsoft.AspNetCore.Identity.
However, if I try to sign-in, I get not signed-in page of 4/5 chance.
I've looked at the documentation and tried several things, but it still does not work.
(ex. AddIdentity, UseAuthentication, AddDistributedRedisCache, AddSession, UseSession)
What is the simplest way to share a user's authentication status via Redis Session when use Microsoft.AspNetCore.Identity?
Upvotes: 0
Views: 240