<div dir="ltr"><div>I&#39;m still unclear about this. If I change my RequestMapper to </div><div>&lt;Path  authType=&quot;shibboleth&quot;  /&gt; I get a configuration error.</div><div> </div><div>I thought requireSession=&quot;true&quot; is needed to trigger SP and get assertion from IdP. If I use</div><div>&lt;Path name=&quot;secure&quot; authType=&quot;shibboleth&quot;  /&gt;</div><div>or</div><div>&lt;Path name=&quot;secure&quot; authType=&quot;shibboleth&quot; exportAssertion=&quot;true&quot;  /&gt;</div><div>or</div><div>&lt;Path name=&quot;secure&quot; authType=&quot;shibboleth&quot; requireSession=&quot;false&quot; exportAssertion=&quot;true&quot; /&gt;</div><div> </div><div>the SP never redirects the session to the IdP and so I can access /secure without any Shib session attributes. </div><div> </div><div>Using my current configuration below can you please clarify a bit which values to use for each attribute and which ones, if any, I should remove completely? </div><div> </div><div>&lt;Path name=&quot;secure&quot; authType=&quot;shibboleth&quot; requireSession=&quot;true&quot; exportAssertion=&quot;true&quot; /&gt;</div><div> </div><div> Thanks for the help. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 17, 2015 at 3:54 PM, Cantor, Scott <span dir="ltr">&lt;<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>&gt; This is what I have in the RequestMapper:<br>
<br>
</span>I know that, and I told you what to add to address the rest of the content. Set authType alone. That should be sufficient.<br>
<span><br>
&gt; If I access <a href="https://hostname/documentroot/secure" target="_blank">https://hostname/documentroot/secure</a> I do see all the shib<br>
&gt; attributes. However, the application that needs to consume the attributes is<br>
&gt; in <a href="https://hostname/documentroot" target="_blank">https://hostname/documentroot</a> but due to other constraints I can&#39;t<br>
&gt; require session for /documentroot.<br>
<br>
</span>And I know that also, and as I told you, you don&#39;t have to. Just set authType.<br>
<div class="HOEnZb"><div class="h5"><br>
-- Scott<br>
<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></div>