<div dir="ltr">Thanks for the reply. Setting requireSession to false in RequestMap doesn't change the behavior. The shibauthorizer still redirects sessions to IdP and I see Shib attributes once the session is established. Note that I'm using Lighttpd which doesn't have a native Shib module so I'm using the shibresponder/shibauthorizer fastcgi. <div><br></div><div>My requestmap and lighttpd configs look like this (my php protected content is under /secure path). Is there anything else to check?</div><div><br></div><div><div>RequestMapper type="Native"></div><div> <RequestMap></div><div> <Host name="<a href="http://sp.example.org">sp.example.org</a>"></div><div> <Path name="secure" authType="shibboleth" requireSession="false"/></div><div> </Host></div><div> </RequestMap></div><div></RequestMapper></div><div><br></div><div><br></div><div>fastcgi.server = (</div><div> "/Shibboleth.sso" => (("socket" => "/tmp/fcgi-resp.sock", "bin-path" => "/servers/sapo-sp/lib/shibboleth/shibresponder", "check-local" => "disable", "mode" => "responder")),</div><div> "/secure" => (("socket" => "/tmp/fcgi-auth.sock", "bin-path" => "/servers/sapo-sp/lib/shibboleth/shibauthorizer", "check-local" => "disable", "mode" => "authorizer")),</div><div> ".php" => (( "socket" => "/tmp/fgci-php.sock", "broken-scriptfilename" => "enable", "mode" => "responder"))</div><div>)</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 11, 2015 at 9:39 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 2/11/15, 1:10 PM, "Guy Tadi" <<a href="mailto:tadiguy812@gmail.com">tadiguy812@gmail.com</a>> wrote:<br>
<br>
<br>
<br>
>I'm trying to do lazy session with Lighttpd and let my application manage<br>
>the session (I already have non-lazy session working with<br>
>shibauthorizer/shibresponder).<br>
<br>
</span>There's no difference, just change the RequestMap settings so that<br>
requireSession is false.<br>
<span class=""><br>
>If my application redirects session to<br>
><a href="https://sp.example.com/Shibboleth.sso/Login?target=https://sp.example.com/" target="_blank">https://sp.example.com/Shibboleth.sso/Login?target=https://sp.example.com/</a><br>
>App<br>
</span>><<a href="https://sp.example.com/Shibboleth.soo/Login?target=https://sp.example.com" target="_blank">https://sp.example.com/Shibboleth.soo/Login?target=https://sp.example.com</a><br>
>/App> how<br>
<span class="">> can my application get access to the attributes after Shib has processed<br>
>the AuthN response?<br>
<br>
</span>The same way it would otherwise.<br>
<span class="HOEnZb"><font color="#888888"><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>
</font></span></blockquote></div><br></div>