Closed
Description
I have a server farm in where I have no writable storage (no redis, fileshare, or database) but I would like to use the IDataProtectionProvider
interfaces. One node will be sending data to another transitively through a 3rd-party.
Is there an implementation of IDataProtectionProvider
that does not use the key-rotation logic that requires a writable storage?
I know of the EphemeralDataProtectionProvider
which doesn't require a store, but this is useless in a server farm scenario. All other implementations look to require storing it in a filesystem, in azure, in redis, or whatever else.