P
Pete
Is it possible to implement a 2-tier ASP.NET app with delegation to
the back-end without authenticating the user at the middle-tier?
I have IIS running a presentation application that needs to delegate
Kerberos authentication to a proprietary back-end (non-Windows)
server. The kicker is that the presentation server is not connected to
the Authentication Server/KDC, so it cannot authenticate the user. The
client, presentation server and back-end server are all connected on a
private LAN, but only the client & back-end are on the intranet. I
want the client to provide credentials (ticket) to the middle-tier,
who in turn provides those same credentials to the back-end, without
the middle-tier doing any authentication himself. I can't find a way
to do this.
Thanks,
Pete
the back-end without authenticating the user at the middle-tier?
I have IIS running a presentation application that needs to delegate
Kerberos authentication to a proprietary back-end (non-Windows)
server. The kicker is that the presentation server is not connected to
the Authentication Server/KDC, so it cannot authenticate the user. The
client, presentation server and back-end server are all connected on a
private LAN, but only the client & back-end are on the intranet. I
want the client to provide credentials (ticket) to the middle-tier,
who in turn provides those same credentials to the back-end, without
the middle-tier doing any authentication himself. I can't find a way
to do this.
Thanks,
Pete