router, windows authentication and passing credentials
From: Trebor (trebor1_at_hotmail.com)
Date: 11/11/04
- Previous message: David Kocher: "UriFormatException when reading signed soap message"
- Next in thread: Don Yeske: "RE: router, windows authentication and passing credentials"
- Reply: Don Yeske: "RE: router, windows authentication and passing credentials"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 14:37:44 +0100
Hi all.
I'm designing a system consists of 3 parts:
1.web client app
2. web service router
3. web service
Web client app. calls web service via router. ( I successfully implemented
this kind of behavior using anonymous access.)
Now, when I try to use windows authentication, the web service router is
not calling the dest. web service any more.
I added these two lines in all web.config files
<authentication mode="Windows" />
<identity impersonate="true"/>
but without success.
When I call the dest web service directly (without routing) everything is
O.K.
So, I think that the problem resides on a web service router's side.
I think that I might need to pass credentials in a RouterHandler unit,
but I don't know how to do that.
Any help will be appreciated.
Trebor
- Previous message: David Kocher: "UriFormatException when reading signed soap message"
- Next in thread: Don Yeske: "RE: router, windows authentication and passing credentials"
- Reply: Don Yeske: "RE: router, windows authentication and passing credentials"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|