Missing Persisted Keys with DataProtection In Running System

时间:2019-01-09 22:04:57

标签: asp.net-core .net-core

I have an application running, and configured to use DataProtection as defined here: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers?view=aspnetcore-2.2&tabs=visual-studio#azure-and-redis . When I am trying to login into my service with a webfarm, I noticed I am having issues with Oauth2 log in as I get "The oauth state was missing or invalid." response. I was looking at the system and I noticed that in my Redis cache, the specific key where I stored the persisted keys under are now missing.

Is it possible to add in a new key to a running system? Currently nothing is being added.

0 个答案:

没有答案