Hi Guys,
Just trying to get the idea how is the best to apply the web application security.
At the moment, we store the individual user and the role into one table. The way it works is we get the user credential from .net code and pass it to sql and check for the role is equal admin.
Because we're getting more and more user and our table is getting more record we're trying to introduce those user into Active directory group and we store the AD group instead of the member and role into the table.
The problem is how the c# code search what AD group that the member belongs to?
Any input will be much appreciated.
Thanks guys,
Just trying to get the idea how is the best to apply the web application security.
At the moment, we store the individual user and the role into one table. The way it works is we get the user credential from .net code and pass it to sql and check for the role is equal admin.
Because we're getting more and more user and our table is getting more record we're trying to introduce those user into Active directory group and we store the AD group instead of the member and role into the table.
The problem is how the c# code search what AD group that the member belongs to?
Any input will be much appreciated.
Thanks guys,