This repository was archived by the owner on Oct 17, 2018. It is now read-only.
This repository was archived by the owner on Oct 17, 2018. It is now read-only.
Consider adding a parameterless DataProtectionProvider.Create overload #130
Closed
Description
Currently, DataProtectionProvider.Create
always overrides the default key repository by a file system repository pointing to the keyDirectory
parameter.
That would be great if we had a parameterless overload that let the data protection block decide itself what's the most appropriate place to store the crypto keys (file system, registry, in-memory) instead of overriding it.
Having such an overload would make the authentication ticket serializer compat' package much easier to use in non-vNext apps.
@Eilon any chance we could have that for RC2? I'd really like to use that in the OWIN/Katana version of ASOS (see aspnet-contrib/AspNet.Security.OpenIdConnect.Server#188).