Securing API with Duende Server (Identity Server 6)

preview_player
Показать описание
In this video we will take an existing API application with authentication using .NET identity and we will modify to use Identity Server(Duende Server 6) for authentication and authorization.

Duende Server 6 uses Razor Pages as default UI pages and we will see how to add login logout and register functionality.

GitHub Code:
Рекомендации по теме
Комментарии
Автор

I'm 20 minutes in and LOVING this video. Thank you!

domusvita
Автор

Thank you so much, I am also following your Udemy Course 'The Complete Guide'

aasifali
Автор

Great Video. one a few videos i watched and got great understanding . Thank

chineduotuka
Автор

Great video, hope you will make more on duende identity server 6

Mo-efyt
Автор

Thank you and it was great as always. Your tutorial is very unique and easy to learn.
I just wanted to ask if you have a tutorial on adding AdminUI to the project or will you do it in the future?

hosseintasm
Автор

How do I add sessionId(sid) to a token? My default is not added.

lleilika
Автор

Wonderfull project, this tutorial use tokens?

telaadvir
Автор

Great job! Can we have 2factor flow added as well?

iniudoh
Автор

thank you for this amazing video, but what about the access token, when it expires it needs to be refreshed

kayasso
Автор

I am getting unauthorized error when trying to create a villa with invalid token error(Message: "The signature key was not found"), please help.

deepshikhab
Автор

When I click on login page then it gives error : invalid_request. Why it not showing identity server account url?

shekharshinde
Автор

Thanks for the video, I have a question

Can I start a session via API without the form? For example if I want to use a mobile app.

alfonsovargas
Автор

Are we able to use IdentityServer 6 as an API service only? I don't need Razor Pages as I will be implementing a custom login page on mobile? cheers

aybarsacar
Автор

I found that Foreign Key error in table userName. After searching googling many says that addToRoleAsync will use default IdentityUser instead of our ApplicationUser. So we get reference integrity in sql table between Role and User tables.

Please advise
Thanks for great tutorial

gamedoughhh
Автор

Is there any alternative from microsoft ? cause it is not fully free to use in production

mdzakariamasud
Автор

JUST to be honest :) The video is probably great! I will work through it - but the voice inflection is literally driving me Crazy. i.e. Every sentence ends with a high pitch/increase pitch up that's totally unnatural. SO just turn on text and turn off the audio and it's bearable. The voice audio should really be re-done to make it a more natural tone vs. the high-pitch inflection every single statement/sentence.

SavedUSMarine
Автор

Hi,
Thanks for this awesome tutorial. That's really help me a lot=)!
1:01:25 I have a question : What is the reason we have just log out from the page (authorization still remain) instead of log out from the server (await ?
Thanks!

jasonyslai