You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using mod_proxy and mod_auth_openid together, with a rewrite rule that should populate the X-Forwarded-User header from the contents of REMOTE_USER:
I'm using mod_proxy and mod_auth_openid together, with a rewrite rule that should populate the
X-Forwarded-User
header from the contents ofREMOTE_USER
:The trouble is that the header set in the proxied requests always looks like this:
I can see that the OpenID session cookie is present in the request, though.
According to the mod-proxy-add-user github project, mod_auth_openid may not be setting
REMOTE_USER
at the right time, which is why it's not available.The text was updated successfully, but these errors were encountered: