I have made the jump (yes I am slow) and am using WCF. I have a scenario where I need to be able to pass the client credentials from one service to another.
The configuration is : client app, middle app (acts as host for client app and client of end app), and end app.
All reside within a single AD and I have control over the client and middle app.
The client to middle app communications uses the netTcpBinding and the middle app to end app uses basicHttpBindin g. The whole solution is meant to use windows (integrated) security, and the credentials need to flow from the client app to the end app. Is what I am trying to do possible? If so how? Sorry if this is a dumb question...
The configuration is : client app, middle app (acts as host for client app and client of end app), and end app.
All reside within a single AD and I have control over the client and middle app.
The client to middle app communications uses the netTcpBinding and the middle app to end app uses basicHttpBindin g. The whole solution is meant to use windows (integrated) security, and the credentials need to flow from the client app to the end app. Is what I am trying to do possible? If so how? Sorry if this is a dumb question...
Comment