<div dir="auto"><span style="background-color:rgb(255,255,255);color:rgb(32,31,30);font-family:calibri,sans-serif;font-size:11pt">Hi everyone,</span><div dir="auto"><span style="background-color:rgb(255,255,255);color:rgb(32,31,30);font-family:calibri,sans-serif;font-size:11pt"><br></span></div><div dir="auto"><span style="background-color:rgb(255,255,255);color:rgb(32,31,30);font-family:calibri,sans-serif;font-size:11pt">I have installed and configured a Shibboleth SP 3.0.4 version to work with our IdP. </span></div><div dir="auto"><div dir="auto"><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px"><br></p><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px">Upon logging in <a href="https://myapp.com">https://myapp.com</a>, it redirects me to <a href="https://myapp.com/#/">https://myapp.com/#/</a> and I'm authenticated to access my application. </p><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px"><br></p><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px">When I go to https//<a href="http://myapp.com/Shibboleth.sso/Session">myapp.com/Shibboleth.sso/Session</a> I can see all attributes which I mapped in the attribute_map.xml.</p><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px"><br></p><p style="margin:0px 0px 0.8em;padding:0px;border:0px;line-height:inherit;font-family:"helvetica neue",helvetica,arial,sans-serif;font-size:15px;vertical-align:baseline;color:rgb(12,13,14);background-color:rgb(255,255,255)">I also enable the shibboleth headers on my protected location:</p><pre style="margin-top:0px;margin-bottom:0.8em;padding:10px;border:0px;line-height:inherit;font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace;font-size:13px;vertical-align:baseline;color:rgb(57,51,24);background-color:rgb(240,240,240);max-height:300px"><code style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit;font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace;vertical-align:baseline;max-height:300px"><span style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;color:rgb(125,39,39)"><Location</span><span style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;color:rgb(48,51,54)"> </span><span style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;color:rgb(48,51,54)">/</span><span style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;color:rgb(125,39,39)">></span><span style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;color:rgb(48,51,54)">
    AuthType shibboleth
    ShibRequireSession On
    ShibUseHeaders On
    Require valid-user
</span><span style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;color:rgb(125,39,39)"></Location></span></code></pre><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px"><br></p><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px">I tried to look for the attributes in the request header responses using IE and Chrome developer tool, but I couldn't find any attribute in the header responses. </p><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px"><br></p><p style="color:rgb(32,31,30);background-color:rgb(255,255,255);font-size:11pt;font-family:calibri,sans-serif;margin:0px">Could anyone please show me how to pass attributes to the request header? My web service and app service are in two different servers. I would like to send the attributes to the app service. Thank you and I really appreciate your help. </p></div></div></div>