IIS reverse proxy to windows authenticated internal site
Posted
by keithwarren7
on Server Fault
See other posts from Server Fault
or by keithwarren7
Published on 2010-03-06T17:16:49Z
Indexed on
2010/03/08
21:38 UTC
Read the original article
Hit count: 629
I have an internal windows authenticated website that I need to expose anonymously to external users.
extern: http://foo.com/ (public) intern: http://privatefoo/ (requires windows auth)
I want people hitting foo.com to see no security prompt, just get access to privatefoo - I know this is possible in a simple reverse proxy setup but does anyone know how to make the proxy provide windows credentials?
© Server Fault or respective owner