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

Is ASP.NET Core Identity a requirement? #227

Open
Brice-xCIT opened this issue Mar 22, 2019 · 4 comments
Open

Is ASP.NET Core Identity a requirement? #227

Brice-xCIT opened this issue Mar 22, 2019 · 4 comments

Comments

@Brice-xCIT
Copy link
Contributor

Related to #79, I found while refactoring that ASP.NET Core Identity is pretty coupled with the admin services and controllers. I'm wondering, is Identity a hard requirement for the Admin UI, or could it be imaginable, from a design point of view, to have an Admin UI app without Identity. If so, what would it look like? Would there be fewer features, unavailable pages, etc?

@skoruba
Copy link
Owner

skoruba commented Apr 1, 2019

I will create a flag in dotnet new template for excluding Identity, but currently it is a requirement.

  • During instalation will be exluding all projects related to Identity, views and controllers. It will be necessary to create new instance of STS without Identity as well - with in-memory users?

@carlospence
Copy link

Any update on this feature

@skoruba
Copy link
Owner

skoruba commented Sep 9, 2019

Do you need remove asp.net core identity from project?

@carlospence
Copy link

Yes, I need to remove Asp.net core Identity from the project. I want to use my own User store bt still able to manage the clients

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

No branches or pull requests

3 participants