Invalid payload CryptographicException in 6 .NET Core 8 Apps on a Single Azure Instance without Configured Data Protection
I’m hosting six .NET Core 8 web apps under a single Azure Web App instance. None of the apps explicitly configure the data protection API using services.AddDataProtection()
, so they all default to using C:homeASP.NETDataProtection-Keys
for storing data protection keys.