authentication with Active Directory

B

Brian Shafer

Hi,
All i can find is examples of authentication with web services...
I want my user to authentication with the doman AD. How can I do this?
Brian
 
L

Luke Zhang [MSFT]

Hello Brian,

If your web application in a intranet, and the web server is also in your
domain, you can set the virtual folder as windows authentication. And then,
the request to the web service will be authenticated with the doman/AD.

If If your web application on internet, you may need the user to pass
domain user account and password. (Maybe within SSL/Https for security),
and you can authticate them with following way:

http://support.microsoft.com/kb/316748

Hope this help,

Luke Zhang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
B

Brian Shafer

I think you misunderstood me... I am doing a window application.. NOT a web
form...
Thanks though... hope you can help that too...
Brian
 
L

Luke Zhang [MSFT]

Hello Brian,

Even in a windows application, you can have a user input his domain account
and password, and then pass to web service. In web service, you can
authenticate his account aganst AD just like the sample I provided. Can
this help?

Luke Zhang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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

Top