ASP NET Web API token authentication

preview_player
Показать описание
In this video and in a few upcoming videos, we will discuss step by step, how to implement token based authentication in ASP.NET Web API using OWIN middleware and Identity framework.

Text version of the video

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.

Slides

All ASP .NET Web API Text Articles and Slides

All ASP .NET Web API Videos

All Dot Net and SQL Server Tutorials in English

All Dot Net and SQL Server Tutorials in Arabic
Рекомендации по теме
Комментарии
Автор

Hey Venkat, greetings from Turkey :) I learned a lot of things with you, thanks !

bora.tarcan
Автор

i cant find where u implement token authentication in your video. please show me.

weslyarfan
Автор

I am very grateful with your videos I have learned a lot. I would love to ask you for a request to leave subtitles in English. I am a Mexican student who has not yet mastered listening to it. Thank you.

DobleSistemas
Автор

Hi Venkat. Those of us still using Visual Studio 2012, how can we follow this example? The new application window is not the same (no "change authentication" button) and some classes are not provided in the startup project .

pichapn
Автор

Please provide a tutorial series on xamarin

gnakovaleryguhena
Автор

I like your tutorials but also it would help if you also created some project-based tutorial your tutorials are recommended by many

knowledgemaster
Автор

Please HELP! Hello Kudvenkat! I've been following your videos for a while now. Regarding this current video, how do I to start if I have an EXISTING project? I'm using VS 2017. Thanks in advance.

raymondagbunag
Автор

Hey Venkat . Great tutorial . Looking forward for remaining . Can you start a tutorial on Microsoft azure for developers

jibinkoshy
Автор

Please share video for Web API token authenticaion With oAuth with exsisting database with out Identity and how can explain better way of storing web api token in the client

babukumaresan
Автор

Hi Thaks for the video, I have a couple of questions . can you please clarify this?

1. I got a token from the server. I just passed it to someone to use this token. he could able to access the API with the token until it expires. How can we restrict this?

2. I got a token from the server with an expiry time of 15 min. before 15 min I hit token controller and got another token with an expiry time of 15 min. Now I have two tokens with valid time. will the two tokens work? or only the latest one?
if so how can we validate?

chandusubhakarareddysatti
Автор

This is excellent video article well explained.

healthplus
Автор

Sir i want to implement Step by step Certificate based Authentication at Login time in my web api. in traditionally we used token based Authentication but now we use certificate based Authentication.
Sir please help me..

rajeshvishwakarma
Автор

Hello Venkat, Need some help from you.
I've enabled Cors in WebApiConfig.cs. I'm getting employee data in Angular 8 application. But for token method I'm getting Cors error. I tried same with simple application, I'm getting Cors error only for token method.

sqlguruji
Автор

Hi Venkat, always enjoy and appreciate your great videos, thanks. On this one I noticed at around 7:49 you finish installing the EMPTY WebAPI, but then how will you have a View called Employees? You didnt add one and we didnt choose the version that adds them in or Im missing something?

bradleyr
Автор

Should we check for valid credentials for every request user makes since webapi does not remember the previous request.

tinkuv
Автор

Hi Sir, I have already created project and i want to implement this token based authentication. Please Help.. Thank You.

nirajbhanushali
Автор

Hello,
Can we achieve below scenario
I have to make single sign on. using JWT token, for example
1 web api which is ued to authenticate user
2 protected sites with different domain
website 1 contains some link to website b
if user logins on one application. and clicked on link which navigate user to website B or vice versa. then user need to enter the credential again.

I dont want to use Azure.

anantv
Автор

Hi, when I click on individual user accounts a form pops up to connect to Azure AD

Dilshan
Автор

Where have you implemented token based authentication?

MsRohit
Автор

Is this best token based authentication for .net web api?can i use jwt with .net web api?

SumitGupta-wrjf