IdentityServer icon indicating copy to clipboard operation
IdentityServer copied to clipboard

Delete retired keys even if they can't be unprotected

Open RolandGuijt opened this issue 8 months ago • 1 comments

With the DeleteRetiredKeys option enabled keys from any configured store are now not deleted if they can't be unprotected. Please see the way the keys collection is built before this line of code.

Consider proceeding with the delete without unprotecting the key first (using just the "Created" property on the keystore entry)

RolandGuijt avatar Jun 07 '24 10:06 RolandGuijt