Windows authentication and authorization in asp.net Part 88

preview_player
Показать описание
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 Text Articles

All ASP .NET Slides

All Dot Net and SQL Server Tutorials in English

All Dot Net and SQL Server Tutorials in Arabic

In Part 87, we have discussed the basics of windows authentication. In this session, we will continue to discuss about windows authentication. Please watch Part 87, before proceeding.

Link for Part 87

? (Question Mark) - Indicates anonymous users
* (Star) - Indicates all users

In this video we will discuss about
1. Allowing or denying access to specific users
2. Using windows roles to control access
3. How to programmatically check if the user belongs to a specific role
if (User.IsInRole("Administrators"))
{
// Do Admin Stuff
}
else
{
// Do Non-Admin stuff
}
Рекомендации по теме
Комментарии
Автор

Thank you, Venkat. I have asked some of my friends to check out videos. They all say the You are the

KiranNadukula
Автор

hello venkat sir, your videos and explanation is excellent, sir i have a doubt how to enable windows authentication in web.config file. and i did not find any video regarding passport authentication could you please upload it sir.

abhishekmaram
Автор

hi Venkat..can you please explain how we are validating the user, how we are validating the user credentials like password if its correct or not

Secretgirl
Автор

I got this and once again thanks a lot for ur informative tutorials...
But I was looking for ur video wherein u might have used any autologin feature (getting windows OS credentials) and using it to validate and use the data to do certain task...

DIPANKARDAS
Автор

Hello kudvenkat, first of all i want to thank you for your excellent really excellent tutorials and explanations, you are really a smart person, i have a question, i already blocked all users and only allowed access to certain user like "<allow users="ulises"/>", it worked pretty fine, i want to know if there is a way to allow acces but in certain period of time, for example "ulises only can access from 9am to 8pm", i hope you can help me, best regards and again thank you for your excellent work.

ulisesd.
Автор

Nice tutorial, very helpful.
Have you created any video on, how to handle CSRF, XSS attacks in ASP.NET WebAPI applications?

ramchandrabadde
Автор

In windows authentication, if i want to give access of 'Form1' to Role 'A' and access of 'Form2' to Role 'B' then i should have to mention both the pages s different location tag. Is it correct? Is there any other option as i have many forms?

rupapatil
Автор

but how do we get the client's PC's windows username? user.identity is going to give the server account name.

shipperification
Автор

How can I do windows authentication for multiple Domaina?Please help

sadhu
Автор

I don't know why i can't see Authorization Requst to enter User and password

MsVelog
Автор

I sove my problem.The proble was in Directory Browsing has disable.

MsVelog
Автор

Hi, unfortunately, at the moment they are only on youtube. Sorry.

Csharp-video-tutorialsBlogspot
visit shbcf.ru