Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Integrate ASP.NET core 2 identity with custom tables in ASP.NET core 2 WebAPI project

$
0
0

I'm building a web api based on Core 2.0. I want to integrate users, though, and I plan on using ASP.NET Core 2.0 Identity. The authentication scheme for the WebAPI should be token based. The frontend is entirely Angular based.

The thing is, I can't find anywhere any documentation on how to properly integrate Identity with WebAPI Core 2.0 and introduce custom tables. There is also no template for Individual Accounts when you create a new WebAPI Core 2.0 project with authentication enabled. Considering all the backend is based on this WebAPI I should be able to register users through it. I also want to enable external authentication.

Can you please share some viable documentation/tutorial about this. There is nothing like that in the aspnetcore docs so please don't tell me to look there. Thank you!


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>