Add Identity Core To ASP.NET Core API | Ultimate ASP.NET Web API Tutorial For Beginners

preview_player
Показать описание
Authentication is the process of determining a user's identity. Authorization is the process of determining whether a user has access to a resource. In ASP.NET Core, authentication is handled by the IAuthenticationService, which is used by authentication middleware. The authentication service uses registered authentication handlers to complete authentication-related actions.

ASP.NET Core Identity:

Is an API that supports user interface (UI) login functionality.
Manages users, passwords, profile data, roles, claims, tokens, email confirmation, and more.

In this video we will discuss
1. How to implement Identity Core
2. How to add user tables to existing database
3. How to extend default User Tables


00:00 - Intro
01:06 - Use SSL
04:10 - Example
06:56 - Integrate Identity Core to Project
08:16 - Configure Identity Services
18:45 - Migration
19:48 - Update Database
20:36 - Outro


___________________________________________________________________

I am a Software Engineer and Instructor. I can provide professional development services or private code coaching sessions to help you to accomplish your professional or personal IT goals.

Check out my content on Social Media


Check out some free courses below:
Microsoft SQL Server 2017 for Everyone! - Database Development Course

PHP Bootstrap 4, Heroku and MySQL Course

PHP Development with Bootstrap, GitHub and Heroku

Modern PHP Web Development with MySQL, GitHub and Bootstrap 4

C# - Basics Uncovered

Enterprise C# Winforms Application Development

Introduction To Website Technologies
Рекомендации по теме
Комментарии
Автор

Hey man, just wanted to say that this is the most straightforward explanation of Identity that I have ever seen and I love that you didn't start with it baked in out of the box and that you showed a lot of good practices along the way! The number of likes on this video is criminal.

manofqwerty
Автор

Finally thank you was doing services.AddIdentity and was having issues i have included identityserver as part of my clean architecture solution and thought it was conflicting with what i have in the persistence layer under infastructure. Thank you

timothyasigbey
Автор

Oke, i watched many videos about this topic, and this one is the most useful all of them. Thank you!

lork
Автор

After running the migration i got "There is no entity type mapped to the table 'IdentityRole' used in a data operation." exception, How can i fix it?

sakhanyaswartbooi
welcome to shbcf.ru