Open carlospence opened 5 years ago
IS4 Admin uses Identity server and you can use connection string to point existing database.
Or you can
You still need to use connection string of Existing Identity Database.
You are ready to rock.
I agree with @cossth - you can remove views, controllers and middlewares regarding to identity, but unfortunately I don’t have specific steps for removing identity from solution yet. I plan make these steps later.
Thanks!
Maybe I should give it a try.
It would be perfect. 👍🏼 Thank you
@cossth , Let me know your final result.
We have two choices
I think later option is better.
My main idea was create flag for dotnet template and this flag will exlude all things regarding to Identity. So maybe if you have list of dependencies regarding to Identity, it would be helpful. :)
Is it possible to decouple User management form IS4 Admin UI. Would love to use it on an existing project that has its own user and roles management but just want to use your project for IdentityServer Admin management only such as Client, API & Identity Resources, Persistent Grants etc.
If it is possible, what are the steps I can take to decouple it? Thanks