Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi!
Is there someone here using TMG as reverse proxy for access to Confluence?
I can access Confluence through TMG, but delegation of credentials does not work, so I get asked for creds. two times. Once for TMG and once for Confluence. Team Calendar subscription from Outlook does not work because of this.
The listener is set to provide HTTP Authentication Basic, and authentication delegation is set to basic authentication. Somehow TMG is unable to pass credentials to Confluence. I have not done any configuration changes to Confluence with regards to this as I do not know what to do.
Some hints would be appreciated :)
Well, a bit late maybe...
But this is how it works:
Client -> (TMG) -> (IIS on Confluence Server) -> Confluence (via AJP)
Confluence uses a custom authenticator which enables it to use the remote-user header (and trusting it fully).
The IIS is for authentication of the user (kerberos or NTLM). The TMG will act as a proxy and thus have the users NTLM or kerberos Session (that is why the user only has to authenticate at the TMG).
A different setup would be:
Other solutions are, of course, possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.