How to Use Multiple Authentication Schemes in ASP.NET Core Web API

preview_player
Показать описание

In this video, I will show you how to use multiple authentication schemes in .NET.
I will combine two JWT or (JsonWebToken) schemes and one cookie scheme to show you how multiple authentication schemes can be implemented inside the Web API project. To demonstrate how multiple schemes can work together, I will implement an API that uses a cookie-based authentication with the default scheme and two JWT bearer authentications with two different schemes.

LINKS MENTIONED IN THE VIDEO

FOLLOW US ON SOCIAL MEDIA!
Рекомендации по теме
Комментарии
Автор

Thank you all for watching and for your support.

CodeMaze
Автор

Awesome! Very useful video, thank you!👏

Mr.Pavel
Автор

Very useful tutorial, how would you build a policy for API key authz?

ugochukwuumerie
Автор

@CodeMaze you awesome 👍
when using cookie authentication over JWT authentication is recommended?

Tamer_Ali
Автор

Hey CodeMaze! Your videos are great, I actually own both your dotnet ultimate bundles for web apis ( version one and two)
Is it possible you could make a video on how to implement third party auth such as Facebook and Google?
Thanks a lot

Robd
Автор

is it possible to make this with azure ad and custom authentication?

sergiomatiasurquin
Автор

how do you set HTTP cookies, I used the HTTP cookies but I'm getting false in the

glvlkwg