Avatar of karlomedallo23
karlomedallo23
Flag for Australia

asked on 

Asp.net complex membership implementation

Hi,
I need to implement a somehow complex membership and authorisation. The requirements include a the normal authentication... But each user can be a member of 1 or more group. And their role per group may differ. Eg. User1 can be a member of group A in which he is an administrator... And be a member of group B but with a role of jus a regular user.
Apart from that, each member may have different "permissions" that they can do something like the NT logins.
I have reasearched that I can probably use azman... Is azman good? Is there an alternative approach like a modified role provider? Is there such as group provider?
ASP.NET.NET ProgrammingC#

Avatar of undefined
Last Comment
Dale Burrell

8/22/2022 - Mon