<div dir="ltr">Hi there,<div><br></div><div><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">I have been successful at reading my Attributes from /Shibboleth.sso/Session however these aren&#39;t coming through in the HTTP Header.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">I&#39;m using Windows Server 2012 R2 and IIS 8</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">Here&#39;s a copy of my shibboleth2.xml.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">Any suggestions would be highly appreciated.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">Thanks, Gus</p><div><pre style="margin-top:0px;padding:5px;border:0px;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif;word-wrap:normal;background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif;white-space:inherit">&lt;InProcess logger=&quot;native.logger&quot; checkSpoofing=&quot;true&quot;&gt;
    &lt;ISAPI normalizeRequest=&quot;true&quot; safeHeaderNames=&quot;true&quot;&gt;

        &lt;Site id=&quot;1&quot; name=&quot;<a href="http://samltesttoyota.cloudapp.net">samltesttoyota.cloudapp.net</a>&quot;&gt;
            &lt;Alias&gt;<a href="http://mysite.cloudapp.net">mysite.cloudapp.net</a>&lt;/Alias&gt;
        &lt;/Site&gt;

    &lt;/ISAPI&gt;
&lt;/InProcess&gt;

&lt;RequestMapper type=&quot;Native&quot;&gt;
    &lt;RequestMap applicationId=&quot;default&quot; exportStdVars=&quot;true&quot;&gt;

        &lt;Host name=&quot;<a href="http://mysite.cloudapp.net">mysite.cloudapp.net</a>&quot;&gt;
            &lt;Path name=&quot;secure&quot; authType=&quot;shibboleth&quot; requireSession=&quot;true&quot; exportAssertion=&quot;true&quot;/&gt;
        &lt;/Host&gt; 

   &lt;/RequestMap&gt;
&lt;/RequestMapper&gt;


&lt;ApplicationDefaults entityID=&quot;<a href="https://mysite.cloudapp.net/Shibboleth">https://mysite.cloudapp.net/Shibboleth</a>&quot;   
REMOTE_USER=&quot;sn&quot;&gt;


    &lt;Sessions lifetime=&quot;28800&quot; timeout=&quot;3600&quot; relayState=&quot;ss:mem&quot;
              checkAddress=&quot;true&quot; handlerURL=&quot;/Shibboleth.sso&quot; handlerSSL=&quot;false&quot; cookieProps=&quot;; path=/;&quot;  idpHistory=&quot;true&quot; idpHistoryDays=&quot;7&quot;&gt;


        &lt;SSO entityID=&quot;<a href="https://test.sso.mysite.com.au/idp/external/mysitebrand">https://test.sso.mysite.com.au/idp/external/mysitebrand</a>&quot;  &gt;
          SAML2
        &lt;/SSO&gt;

       &lt;Logout&gt;SAML2 Local&lt;/Logout&gt;

       &lt;Handler type=&quot;Status&quot; Location=&quot;/Status&quot; /&gt;

       &lt;Handler type=&quot;Session&quot; Location=&quot;/Session&quot; showAttributeValues=&quot;true&quot;/&gt;

       &lt;Handler type=&quot;DiscoveryFeed&quot; Location=&quot;/DiscoFeed&quot;/&gt;
        &lt;Handler type=&quot;AttributeChecker&quot; Location=&quot;/AttrChecker&quot; template=&quot;attrChecker.html&quot;
                flushSession=&quot;true&quot;&gt;
            &lt;AND&gt;
                &lt;Rule require=&quot;sn&quot;/&gt;
                &lt;Rule require=&quot;givenName&quot;/&gt;
            &lt;/AND&gt;
        &lt;/Handler&gt;

    &lt;/Sessions&gt;

    &lt;Errors supportContact=&quot;root@localhost&quot;
        helpLocation=&quot;/about.html&quot;
        styleSheet=&quot;/shibboleth-sp/main.css&quot;/&gt;


    &lt;MetadataProvider type=&quot;XML&quot; file=&quot;idp_meta.xml&quot;/&gt;

  &lt;AttributeExtractor type=&quot;XML&quot; validate=&quot;true&quot; reloadChanges=&quot;true&quot; path=&quot;attribute-map.xml&quot;/&gt;

    &lt;AttributeExtractor type=&quot;Assertion&quot;
Issuer=&quot;Shib-Identity-Provider&quot;
AuthnInstant=&quot;Shib-Authentication-Instant&quot;
AuthnContextClassRef=&quot;Shib-AuthnContext-Class&quot;
AuthnContextDeclRef=&quot;Shib-AuthnContext-Decl&quot;
SessionIndex=&quot;Shib-Session-Index&quot;/&gt;

    &lt;AttributeFilter type=&quot;XML&quot; validate=&quot;true&quot; path=&quot;attribute-policy.xml&quot;/&gt;

    &lt;CredentialResolver type=&quot;File&quot; key=&quot;sp-key.pem&quot; certificate=&quot;sp-cert.pem&quot;/&gt;


&lt;/ApplicationDefaults&gt;

&lt;SecurityPolicyProvider type=&quot;XML&quot; validate=&quot;true&quot; path=&quot;security-policy.xml&quot;/&gt;

&lt;ProtocolProvider type=&quot;XML&quot; validate=&quot;true&quot; reloadChanges=&quot;false&quot; path=&quot;protocols.xml&quot;/&gt;</code></pre></div>
</div></div>