web service authentication?

W

Walter Sobchak

I have 2 computers (my working computer and one server).
My application is communicating to the server. I made a user account
with same user name and password like the account that is running the
program, and configured dcom permissions.
Anyway that works, but what I want is to transfer that application to a
web service. Now when I use integrated authentication in IIS I get
access denied.
How can I set the service so it authenticates to the remote server as a
currently logged in user?

Thanks for any sugestions.
 
W

Walter Sobchak

Walter said:
I have 2 computers (my working computer and one server).
My application is communicating to the server. I made a user account
with same user name and password like the account that is running the
program, and configured dcom permissions.
Anyway that works, but what I want is to transfer that application to a
web service. Now when I use integrated authentication in IIS I get
access denied.
How can I set the service so it authenticates to the remote server as a
currently logged in user?

Thanks for any sugestions.

I found out it only works in IE.
 
N

Nicholas Paldino [.NET/C# MVP]

Walter,

Can you give a few more details about your app? What technology are you
using for the remote calls? How are you configuring the proxy that is
making the calls to the service? Your post was a little vague, at best, and
it's very difficult to tell exactly what the problem is from your post.

Also, you responded that it only works in IE, which makes sense for
sites authenticated against Windows credentials. If you want it to work in
another browser, then you are better off using some other form of
credentials over an HTTPS connection (because you don't want to transfer
credentials in clear text).
 

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