Create custom authorization policy using func in asp net core

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

Text version of the video

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.

Slides

ASP.NET Core Text Articles & Slides

ASP.NET Core Tutorial

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
Рекомендации по теме
Комментарии
Автор

Happy Teacher's day sir. You r the best teacher and guru in my life. Thank You and God bless You sir.

prosunchakraborty
Автор

Happy Teachers Day Venkat, you are my Tech Guru, Appreciate your efforts towards keeping IT Professional's up to date to the current market need.

venkataramakotibandaru
Автор

Hello Mr Venkat and thank you. You have the best channel in you tube and i am really really thanks. Please tech about partial view and passing data in and out.

hamidrezayeganeh
Автор

Dear Venkat, your videos are all simply awesome. Thank you so much for your immense contribution in technology.

veeramanichinnathambi
Автор

Venkat can we request you to make some vids on MICRO SERVICES ARCHITECTURE CONTAINER STUFF please??

sairk
Автор

Thanks... It´s so Helpful excellent content

israelmontano
Автор

Thank you... VENKAT Garu..waiting for 100th episode..what NEXT??

sairk
Автор

I do find it strange that the RequireRole and IsInRole methods both take a string of role name as parameter.
The app will stop working if user goes to the Edit Role page and change the name of the roles.

conaxlearn
Автор

you have 10s of modules with large sets of permissions. how do you handle that ? Do you add everything in the addPolicy?

juniordev
Автор

In asp.net core mvc all the assigned claims of the user are send in the token to the browser? If yes then i have angular + dot net core web api and sending jwt token to the browser and my application authorization is based on claims (have more than 30 claims) not on role, so instead of creating policy for each claim can i put all the assigned claims of the user in the token (as roletype) and do like [Authorize(Roles = "edit patient")] on the controller method?
Is it a correct way? Please reply,
Thank you

macgaikwad
Автор

Is it possible to have a users role or claim update in the project without them logging out

williamj.pintas
Автор

Please do add a lecture on partial views and Ajax/jQuery in this series.
Thankyou

hassan
Автор

In my ListRoles.cshtml, the below code has the error "The name 'authorizationService' does not exist in the current context". How to fix this?
@if ((await authorizationService.AuthorizeAsync(User,
{
<a asp-action="EditRole"
Edit
</a>
}

dannybradley
Автор

one interface have 10 method and in class A we want to use 5 method and another 5 method in class B how we achieve

gkmishra
Автор

Can you Give Video on "MongoDB, Windows Service bus"

gkmishra