We're facing a problem is that we want to install the same ASP.Net Core WebApp in multiple locations and route users using traffic managers but if we do that, we get issues because the authentication tokens get stored in one server and the user may access another one. I read that we can use Azure BlobStorage to share the keys, can someone please describe how?
We use openiddict for API login but I think that this doesn't affect the issue if we can use Azure BlobStorage for key storage.
Thank you