-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting sample IS to database managed by IdentityServer4.Admin #30
Comments
Hello @xmichaelx I really appreciate your feedback. You are right, the in-memory users / clients in I will be happy for any pull request from you. I will consider your idea. It's possible to follow this sample for doing that - https://github.com/IdentityServer/IdentityServer4.Samples/tree/release/Quickstarts/Combined_AspNetIdentity_and_EntityFrameworkStorage Btw: What do you think about issue #28 - creating the UI and services as nuget package? |
Certainly, it would be nice to have a nuget package. Add to that some ability for branding with additional |
Right now I'm trying to reference
As I understand this policy is present on controllers in the |
It's interesting. I think it's time to split the project into two parts - UI and Services. Thank you - I'll check it and create some fix for this use case. :) |
This is quick&dirty:
but works. |
I see. :) I think, splitting of the solution will be better approach - but good quick workaround. |
I agree, splitting solution will be much better. |
#41 - splitting solution, next step will be switching the inmemory store to the database. |
DONE. |
Hello,
First of all, big thanks for doing this. You saved me a tremendous amount of work.
Why haven't you connected IdentityServer4 to the database modified by Admin panel? I understand that you could've done for the sake of simplicity and that's why you've opted for in memory stores but I'm curious if there's any other reason.
I'm working on having IS from
Skoruba.IdentityServer4
connected to database modified inSkoruba.IdentityServer4.Admin
. If I connect them are you interested in a pull request?The text was updated successfully, but these errors were encountered: