简体   繁体   中英

Control menu display and page level security using Active directory for an ASP.NET website

I would like to control the menu display (show/hide menu items) in my ASP.NET 3.5 website based on the user's AD group and also control the functionality within a page using user's active directory group membership. how to do this? menu is stored in an xml file and bound to a control.
all the examples I see on the web are related to forms authentication. this is an intranet website with integrated windows authentication and both authentication and authorization should be controlled using user's active directory groups. thanks in advance.

I got an answer in ASP.NET forums for the same question, posting it here if anyone is interested.

http://forums.asp.net/p/1628890/4193568.aspx#4193568 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM