<div dir="ltr">How to get user attributes through reverse proxy? I've got a SP setup 
and can't get the values through envvars afaik because I have a reverse 
proxy up on apache. Does that mean you're supposed to enable 
transmitting them through http headers,  which is described as very 
unsafe so I'd rather not.<br><br>I tried sending them through ReqHeaders, but while<br>               > RequestHeader set X-Remote-User %{REMOTE_USER}s<br>works and the value of the httprequest.header(x-remote-<wbr>user) is correct, something like<br>                > RequestHeader set X-cn %{cn}s<br>is
 always valued null, even though I'm getting the cn attribute correctly 
etc, at least in sessio summary I see Attributes cn: 1 value(s).<br>           <br>So, 1. Is that how you're supposed to transmit headers in this setup?<br>2. Why does apache not see attributes besides remote user?</div>