AliBazzi / IdentityServer4.Contrib.RedisStore

A persistence layer using Redis DB for operational data and for caching capability for Identity Server 4
https://www.nuget.org/packages/IdentityServer4.Contrib.RedisStore
MIT License
137 stars 48 forks source link

support Duende IdentityServer version ? #77

Open karuakun opened 2 years ago

karuakun commented 2 years ago

We are planning to migrate to Duende IdentityServer. Is IdentityServer4.Contrib.RedisStore going to be supported?

eddex commented 1 year ago

@karuakun have you found a solution for this?

StuFrankish commented 1 year ago

Same boat - would like to implement Redis caching on our Duende IdentityServer which we're pretty much done with - but having now discovered there's no available Redis extension and Duende have no intention of implementing their own,

Only option I can see is to fork this repo and try to build the Redis implementation ourselves.

Any possible response from @AliBazzi ?

AliBazzi commented 1 year ago

Hi All,

I'm not willing to work on offering the support for Duende, but feel free to fork this repo and start your own implementation for the caching extensions.

This repo will be archived soon as Identity Server 4 along with .net 3.1 will hit EOL.

Sorry for that, but I'm no longer working on projects that are related to Identity Server or Duende, hence I'm no longer allocating my time for this.