I have a web app that I'm redesigning that I am having authenticate against AD, simple enough...
But currently the app authenticates against a standard SQL Database which contains the username, user initials, and security level. Do any of you have any recommendations of how to achieve the same functionality in AD? Basically I would need somewhere in AD to store the application security level (unrelated to windows security).
I'm guessing it will come down to just creating some security groups in AD and adding the correct members, but I'd like to avoid that if possible. Any ideas ?
Thanks in advance.
But currently the app authenticates against a standard SQL Database which contains the username, user initials, and security level. Do any of you have any recommendations of how to achieve the same functionality in AD? Basically I would need somewhere in AD to store the application security level (unrelated to windows security).
I'm guessing it will come down to just creating some security groups in AD and adding the correct members, but I'd like to avoid that if possible. Any ideas ?
Thanks in advance.