Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Authentication: set up persistent store for grants #230

Closed
stuartleeks opened this issue Jan 13, 2017 · 2 comments
Closed

Authentication: set up persistent store for grants #230

stuartleeks opened this issue Jan 13, 2017 · 2 comments
Assignees
Milestone

Comments

@stuartleeks
Copy link
Contributor

The current set-up for Identity Server is using an in-memory grant store as per the output below:

info: IdentityServer4.Startup[0]
      You are using the in-memory version of the persisted grant store. This will store consent decisions, authorization codes, refresh and reference tokens in memory only. If you are using any of those features in production, you want to switch to a different store implementation.

We should set up a persistent store for this!

@stuartleeks stuartleeks self-assigned this Jan 13, 2017
@ankodu ankodu added this to the M2 milestone Jan 18, 2017
@stuartleeks
Copy link
Contributor Author

PArt of #20

@stuartleeks stuartleeks mentioned this issue Jan 26, 2017
13 tasks
@stuartleeks
Copy link
Contributor Author

To elaborate on this, we should extend the IdentityContext with the required entities for persisting grant information, and then create an EntityFrameworkGrantStore or similar to plug in to Identity Server

@stuartleeks stuartleeks changed the title Identity - set up persistent store for grants Authentication: set up persistent store for grants Feb 17, 2017
@ankodu ankodu added the Feature label Apr 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants