how is this normally done?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have a web form that i want to authenticat with Active Directory. i can do
that part but how do you authorize the user to different roles in my
application. do i have it first authenticate to AD then goto to a database to
retrieve authorization rules?

thanks,
ari
 
You can place them in security groups in AD and the in your webconfig or app
check the role.
 
so, like if i had an issue tracking application and i have 2 types of users.
1 would be users who view issues for status only and 1 would be users who can
update the issues; in Active Directory i would have 2 security groups?

1 would be regular view only and the other administrator account?

P.S. And this would be the same for each new application just add security
groups to Active Directory?

thanks,
ari
 
Yeah thats how you could do it. Of course I wouldn't use the built in admin
group. I'd create an additional admin security group for your app's users

If you are authenticating users using AD you might as well use security
groups to define your roles.

Jon
 
but let's say in my application i need a comma-separated string of all the
departments that this user has rights to. how would i handle that or is that
not a good design approach?

ari.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top