<div dir="ltr">I found the solution guys:<div><br></div><div><a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMapHowTo">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMapHowTo</a><br></div><div><br></div><div>The issue was that from:</div><div><br></div><div><pre style="white-space:pre-wrap;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"><RequestMapper type="Native">
<RequestMap applicationId="default" exportStdVars="true">
<Host name="<a href="http://mysite.cloudapp.net/" target="_blank">mysite.cloudapp.net</a>">
<Path name="secure" authType="shibboleth" requireSession="true" exportAssertion="true"/>
</Host>
</RequestMap>
</RequestMapper>
</code></pre></div><div><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">The path="secure" means that I'd only be able to find the Shibboleth Session attributes inside the 'secure' folder, i.e. https://</code><a href="http://mysite.cloudapp.net/" target="_blank" style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;font-size:13px;background-color:rgb(238,238,238)">mysite.cloudapp.net</a>/secure/default.aspx but not inside the root <code style="white-space:inherit;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">https://</code><a href="http://mysite.cloudapp.net/" target="_blank" style="font-size:13px;white-space:inherit;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;background-color:rgb(238,238,238)">mysite.cloudapp.net</a>/default.aspx</div><div><br></div><div>Thanks Peter and Scott for your replies.</div><div><br></div><div>Cheers,</div><div><br></div><div>Gus</div><div><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"><br></code></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 18, 2015 at 12:17 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 4/17/15, 5:41 AM, "Peter Schober" <<a href="mailto:peter.schober@univie.ac.at">peter.schober@univie.ac.at</a>> wrote:<br>
><br>
>I know nothing about MS-IIS but the docs say this about the Site element:<br>
> "Every web site protected by the Shibboleth ISAPI filter MUSTbe listed<br>
> or the filter will ignore requests to that web site."<br>
>Not sure that means the canonical hostname you establish in Site/@name<br>
>needs to match the hostname you set in Host/@name, but maybe worth a<br>
>try. Strikes me as add that they are different in any case.<br>
<br>
</span>It does mean that. The request to the site will be assigned the name in the Site element, and that's the basis of the RequestMap rules.<br>
<br>
The purpose of the Site element is to correct for the fact that IIS does not have a way to report a canonical name, which is needed if you want to build content rules that are based on the canonical request. The CGI variables will always contain only and exactly what the client specified in its request.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Scott<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Gus Braz, PhD<br>Software Engineer<br><br>T-bone Productions<br><br>Level 7, 61 York St<br>Sydney, NSW, 2000<br><br>Ph: +61 2 9259 8333</div></div>
</div>