sure. will create a video soon. Please subscribe to the channel if you have not subscribed yet. This channel have videos on Azure too which you may not find in any other channels 😀. Please checkout them as well. Thank you.
Thank you. There are more videos out there in the channel which includes Azure AD Authentication for both Web App and Web API, also practical examples for azure storage account. Please check it out and also subscribe to my channel.🙂
@@azureteachnet This video is important to understand how to implement WebAPi token for in premise using, and without to use "heavy tank" solution or remote solution like Azure, or other.
@Tech Related Just now I have posted a video on Refresh Tokens with good scenarios. .By the end of the weekend I will post .Net core refresh token Video. Please check -ruclips.net/video/4y0sg9omQ5E/видео.html
Today I have uploaded video on Refresh Tokens and clearly explained the concept. This video has both JWT and Refresh Tokens. Also it has a bit of swagger and EF core. Please watch - ruclips.net/video/8ni7Xg_UxBs/видео.html
Excellent Video. Could you please share the gits repo URL of the demo and can you implement the same demo using Azure AD authentication and validate the Issuer and audience.
Here is Azure AD Video for Asp.net core - ruclips.net/video/S_xDAB_s-GM/видео.html . Video for Azure AD With Web API - ruclips.net/video/pS1hER46PQI/видео.html . Azure AD Authentication with Certificates - ruclips.net/video/LNJKd6zPQAo/видео.html . If you are implementing WebAPI tokens,You need not explicitly validate them. It will be done automatically. Only thing is, when you are creating the token, you have to pass those details. For Azure, It will be done automatically as Azure Creates the token.
Here is the source code - github.com/AzureTeachNet/AzureTeachTutorials/tree/JwtTokens%26RefreshTokens . This has both Jwt Tokens and Refresh Tokens. Here is video link - ruclips.net/video/8ni7Xg_UxBs/видео.html
you can use a certificate content as a key, you can use a random text as a key. It all depends on the level of complexity and security you want to provide to your application. In one of our projects we have used an azure app registration secret as a key.
Sure. Will let you once after adding this code to a git repo. Thank you. I am working on a refresh token demo too and hoping to post it in a day or two. Please subscribe to the channel if you have not subscribed yet.
can you take the code from repo and check - github.com/AzureTeachNet/AzureTeachTutorials/tree/JwtTokens%26RefreshTokens . It is not the same code but it has more. Both JWT and Refresh tokens.
well explained, thx so much.
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet. Thanks
Very Good sir. Thank You
Please go to my channel page and see all the video TITLEs. If you feel they are helpful to you, please subscribe to the channel. Thanks.
Thank you for this video...Very helpful
Fantasic Video!
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet.
Nice tutorial. Thanks a lot.
Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet.
Thanks ❤❤❤❤
Thanks for your feedback. Please subscribe to the channel if you have not subscribed yet.
👍👍 this is really helpful
Excellent Sir Please explained What changes have done when use ASP.net core 6.0 without Entity Framework.
sure. will create a video soon. Please subscribe to the channel if you have not subscribed yet. This channel have videos on Azure too which you may not find in any other channels 😀. Please checkout them as well. Thank you.
Sir please upload it fast☺️
Excellent video !
Thank you. There are more videos out there in the channel which includes Azure AD Authentication for both Web App and Web API, also practical examples for azure storage account. Please check it out and also subscribe to my channel.🙂
@@azureteachnet This video is important to understand how to implement WebAPi token for in premise using, and without to use "heavy tank" solution or remote solution like Azure, or other.
Excellent Explaination!!...Could you cover Refresh token as well as Authentication & authorization without Identity?
sure. Please subscribe to the channel if you have not subscribed yet. Thanks.
My next two videos will be on JWT and Refresh tokens. Hoping to post them in 2-3 days. Thanks.
@Tech Related Just now I have posted a video on Refresh Tokens with good scenarios. .By the end of the weekend I will post .Net core refresh token Video. Please check -ruclips.net/video/4y0sg9omQ5E/видео.html
Today I have uploaded video on Refresh Tokens and clearly explained the concept. This video has both JWT and Refresh Tokens. Also it has a bit of swagger and EF core. Please watch - ruclips.net/video/8ni7Xg_UxBs/видео.html
Do you have a video or an example on how to consume a rest api with token in c#?
Thanks for asking the question. I realized that I mostly focused on the api side and not on the client side. I will post a video soon.
Excellent Video. Could you please share the gits repo URL of the demo and can you implement the same demo using Azure AD authentication and validate the Issuer and audience.
Here is Azure AD Video for Asp.net core - ruclips.net/video/S_xDAB_s-GM/видео.html . Video for Azure AD With Web API - ruclips.net/video/pS1hER46PQI/видео.html .
Azure AD Authentication with Certificates - ruclips.net/video/LNJKd6zPQAo/видео.html . If you are implementing WebAPI tokens,You need not explicitly validate them. It will be done automatically. Only thing is, when you are creating the token, you have to pass those details. For Azure, It will be done automatically as Azure Creates the token.
Wonderful Video. Please can you make the source code available for download so that we can learn from it on our local machines. Thank you
Here is the source code - github.com/AzureTeachNet/AzureTeachTutorials/tree/JwtTokens%26RefreshTokens . This has both Jwt Tokens and Refresh Tokens. Here is video link - ruclips.net/video/8ni7Xg_UxBs/видео.html
from where we can get the JWT key?
you can use a certificate content as a key, you can use a random text as a key. It all depends on the level of complexity and security you want to provide to your application. In one of our projects we have used an azure app registration secret as a key.
Can you post code base to for reference
Sure. Will let you once after adding this code to a git repo. Thank you. I am working on a refresh token demo too and hoping to post it in a day or two. Please subscribe to the channel if you have not subscribed yet.
Can you try to implement this using identity server with ef core
@@rama5453 sure.
Please ping your email Id. I will forward the project.
Can you pls ping me your email, I am not able to add email as comments
Hi nice video i, i tried the same on my system and i am getting one error. Please share me if you have any email ID.
can you take the code from repo and check - github.com/AzureTeachNet/AzureTeachTutorials/tree/JwtTokens%26RefreshTokens . It is not the same code but it has more. Both JWT and Refresh tokens.