Home - markglibres/identityserver4-mongodb-redis GitHub Wiki
IdentityServer4 with MongoDb & Redis cache
"IdentityServer is a free, open source OpenID Connect and OAuth 2.0 framework for ASP.NET Core and is officially certified by the OpenID Foundation and thus spec-compliant and interoperable."
This library does the heavy plumbing for IdentityServer4 with MongoDb and Redis cache. Developers can quickly spin up a docker image and start developing their apps without paying for $$$ on authorization service.
Features
- MongoDb store
- Redis cache as provided by IdentityServer4.Contrib.RedisStore
- Easy configuration for Resource Owner Password grant
- User interaction UIs (OpenId) with easy to configure email templates
- Comes with an optional seed data that you can use to start testing IdentityServer4
- Easy way to seed data