<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:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">I have been successful at reading my Attributes from /Shibboleth.sso/Session however these aren'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:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">I'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:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">Here'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:'Helvetica Neue',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:'Helvetica Neue',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,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',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,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit"><InProcess logger="native.logger" checkSpoofing="true">
<ISAPI normalizeRequest="true" safeHeaderNames="true">
<Site id="1" name="<a href="http://samltesttoyota.cloudapp.net">samltesttoyota.cloudapp.net</a>">
<Alias><a href="http://mysite.cloudapp.net">mysite.cloudapp.net</a></Alias>
</Site>
</ISAPI>
</InProcess>
<RequestMapper type="Native">
<RequestMap applicationId="default" exportStdVars="true">
<Host name="<a href="http://mysite.cloudapp.net">mysite.cloudapp.net</a>">
<Path name="secure" authType="shibboleth" requireSession="true" exportAssertion="true"/>
</Host>
</RequestMap>
</RequestMapper>
<ApplicationDefaults entityID="<a href="https://mysite.cloudapp.net/Shibboleth">https://mysite.cloudapp.net/Shibboleth</a>"
REMOTE_USER="sn">
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem"
checkAddress="true" handlerURL="/Shibboleth.sso" handlerSSL="false" cookieProps="; path=/;" idpHistory="true" idpHistoryDays="7">
<SSO entityID="<a href="https://test.sso.mysite.com.au/idp/external/mysitebrand">https://test.sso.mysite.com.au/idp/external/mysitebrand</a>" >
SAML2
</SSO>
<Logout>SAML2 Local</Logout>
<Handler type="Status" Location="/Status" />
<Handler type="Session" Location="/Session" showAttributeValues="true"/>
<Handler type="DiscoveryFeed" Location="/DiscoFeed"/>
<Handler type="AttributeChecker" Location="/AttrChecker" template="attrChecker.html"
flushSession="true">
<AND>
<Rule require="sn"/>
<Rule require="givenName"/>
</AND>
</Handler>
</Sessions>
<Errors supportContact="root@localhost"
helpLocation="/about.html"
styleSheet="/shibboleth-sp/main.css"/>
<MetadataProvider type="XML" file="idp_meta.xml"/>
<AttributeExtractor type="XML" validate="true" reloadChanges="true" path="attribute-map.xml"/>
<AttributeExtractor type="Assertion"
Issuer="Shib-Identity-Provider"
AuthnInstant="Shib-Authentication-Instant"
AuthnContextClassRef="Shib-AuthnContext-Class"
AuthnContextDeclRef="Shib-AuthnContext-Decl"
SessionIndex="Shib-Session-Index"/>
<AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/>
<CredentialResolver type="File" key="sp-key.pem" certificate="sp-cert.pem"/>
</ApplicationDefaults>
<SecurityPolicyProvider type="XML" validate="true" path="security-policy.xml"/>
<ProtocolProvider type="XML" validate="true" reloadChanges="false" path="protocols.xml"/></code></pre></div>
</div></div>