Wednesday, March 21, 2012

Passthrough Authentication?

Hello,

I am setting up a secured website on an intranet for a client. In order to authenticate to the web page, the client would like to pull the userid and domain from the local workstation. Then I would query a db table to see if that user was in there. The thinking is that if the user is authenticated in the domain, they have access to the website.

So my question is - how do I pull the userid and domain name from the workstation? I'm guessing I'll have to code some java script. However, if there was a way to pull this info from the server, that'd be best.

Anyone know?

Thanks,

PardoTry

Request.ServerVariables("AUTH_USER")

hope this helps,
sivilian
Great - will try!

0 comments:

Post a Comment