Skip to content
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

Admin configuration builder #463

Closed
wants to merge 4 commits into from
Closed

Admin configuration builder #463

wants to merge 4 commits into from

Conversation

fatalistt
Copy link

@fatalistt fatalistt commented Jan 16, 2020

Resolves #430.

Hi! Sorry for a long delay, I was very busy at work last 2 months.

What do you think about this way to make a configuration?

Also I have one issue with making a zero-conf code.
In project Skoruba.IdentityServer4.Admin.BusinessLogic.Identity we don't have a reference to project Skoruba.IdentityServer4.Admin.EntityFramework.Shared.DbContexts where AdminIdentityDbContext and IdentityServerPersistedGrantDbContext present.

Also if I'll try to make everything except this two contexts are defaults like using IdentityUser<TKey> in AdminAspNetIdentityConfigurationBuilder<TKey> and specify only a contexts, I've another problem: I can't use AdminIdentityDbContext with IdentityUser<TKey>.

@fatalistt fatalistt marked this pull request as ready for review January 22, 2020 14:23
@fatalistt fatalistt closed this by deleting the head repository Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant