c# - Role security with active directory -


I have to ensure the security of an asp.net website at work. They ask me to do a role based security with my active directory of work, so I can sitemap and provide the right person with the right access.

Should I use the square of the framework? Identify general?

This is already built in AD authentication if you are authenticating against AD After authentication setup of NTLM login or forms connected to AD, groups will be included in thread identification, and roles based on sitemap control will work.

Especially you use WindowsTokenRoleProvider This is a role manager in a way (you can not add people to the group - you have to use the AD Tool for this. Use Sitemap support to trim the site map according to the role.


Comments