Authentication between seperate domains - Client/Server scenario

G

Guest

What is the best way to achieve authentication between two seperate non
trusting domains.

Scenario:
- i have a winform client application that resides on domain A
- the application makes calls to a web service on domain B
- the web service needs to be secured to limited users

Question: Domain B doesnt trust Domain A hence I can't use windows
integrated security. I am trying to avoid using a custom form for the user
name and password.

Is there any better way than this?
 

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