Hi, Well, after nearly giving up hope, I seem to have a working solution. I have modified the code for IIS ReverseProxy to include a custom header to pass the authorized user. Now my TurboGears app runs reliably, and can see the Windows user ID of the person accessing the page.
I will knock-up a how to for this in the next few days. I'm curious - has anyone else actually done this? Enjoy! Paul Paul Johnston wrote: > Hi, > > Does anyone here have TG working with integrated Windows authentication? > > I am really struggling with this. I have tried the following: > > 1) Running TG inside IIS using the ASP WSGI gateway. This fails with a > COM error on most requests (although it works for the first request > after a restart). No-one (including the author ) was able to debug this. > > 2) Running TG inside Apache, using mod_python. This relies on > mod_auth_sspi for authentication. mod_auth_sspi is failing (with an > error related to security contexts). Again, no-one (including the > author) has been able to debug this. > > 3) Running TG behind IIS using a reverse proxy. I can't get the script > of saltypickle.com <http://saltypickle.com> to work. > > So, after all this I am still stuck! Getting this to work is critical > for the deployment of my app, so any help will be much appreciated. > > Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

