Hi all,
I have classic ASP site on our corporate intranet, and I want to either integrate directly with our Active Directory or authenticate via AD.
Basically I need to know who's logged in, and I'd prefer not to have to use a separate username in a table built by me, and I'd also prefer not to have them type in anything at all--my main concern is just to validate *who* they are, and I can control what they see once I know who they are.
From what I've read, I'd need to run an activex control on their browser, which would be ok since it's a corporate environment and via policy we can allow such a control, but Id really like the least invasive way possible to just get the AD username of the machine making the page request.
Thanks for any help,
--Jim
I have classic ASP site on our corporate intranet, and I want to either integrate directly with our Active Directory or authenticate via AD.
Basically I need to know who's logged in, and I'd prefer not to have to use a separate username in a table built by me, and I'd also prefer not to have them type in anything at all--my main concern is just to validate *who* they are, and I can control what they see once I know who they are.
From what I've read, I'd need to run an activex control on their browser, which would be ok since it's a corporate environment and via policy we can allow such a control, but Id really like the least invasive way possible to just get the AD username of the machine making the page request.
Thanks for any help,
--Jim