I have VSTS release, that deploys asp.net core 2.1 web application to a deployment slot and then swaps it with production slot:
Both slots have the same application settings, no setting is a "slot setting". After the slots are swapped, user's need to relogin. I guess the authentication cookie becomes invalid.
How do I prevent it?
I'm using OpenIdConnect and Cookie Authentication