<div dir="ltr"><div>Scott:</div><div><br></div><div>Thanks for your response. It worked!!! As you suggested, removed the target URL from SSO element and added a redirection to the URL /Shibboleth.sso/Login?target=&lt;URL&gt; in Apache. The redirection will happen when the _shibsession cookie is not present.</div><div><br></div><div>Appreciate your help. Thanks.</div><div><br></div><div>Nara</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 11, 2015 at 3:30 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 class="">&gt; I want the user to pick a location after login and before entering the<br>
&gt; application. So, I set the target attribute as follows in shibboleth2.xml.<br>
<br>
</span>Setting target there is extremely rare, but it basically locks the resource to come back to after a login and ignores whatever the user started with.<br>
<span class=""><br>
&gt; Shibboleth properly redirects the user to the URI /location/select after<br>
&gt; successful login. After picking the location, I want the user to proceed with<br>
&gt; the original URL entered by him/her(e.g<br>
&gt; https://&lt;server&gt;/customer/1000/show). Currently, I am redirecting the user<br>
&gt; to home page (https://&lt;server&gt;/home) after location selection. Is it possible<br>
&gt; to determine the URL entered by the user from shibboleth?<br>
<br>
</span>Not that way. You don&#39;t want to hardcode target, you want to manually invoke the login yourself and construct a target URL containing the information you need to remember and send that as the target parameter to /Shibboleth.sso/Login<br>
<br>
There&#39;s no way short of Apache rewrite tricks to do any of that with an implicit SSO based on requireSession being on, at least not that I can think of.<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>