<div dir="ltr">Thank you very much! It has worked for me!</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 16, 2015 at 9:22 PM, 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 5/16/15, 7:48 AM, "Andranik Hayrapetyan" <<a href="mailto:andranik.h89@gmail.com">andranik.h89@gmail.com</a>> wrote:<br>
><br>
>I use Shibboleth IDP v 2.4.0 and Shibboleth SP 2.5.4 on my Linux servers. The login works just fine. And now I want to implement Logout.<br>
<br>
</span>You really don't, not if you want to maintain any sanity.<br>
<span class=""><br>
>The question is, how can I redirect the user to a custom page after logout? Or at least how can I customize the page on ID where the user is redirected to.<br>
<br>
</span>The SP sends requests with an extension to tell the IdP to skip returning to the SP at the end. If you want to get control back and make use of a return parameter when the logout is started, set the asynchronous option to false in the <Logout> element.<br>
<span class=""><br>
>I have tried to edit the file shibboleth-identityprovider-2.4.0/src/main/webapp/logout.jspĀ and install IDP again, but it does not change anything. After logout I am being redirected to the same example redirect page.<br>
<br>
</span>If that were true, then you would have to be using the asynchronous=false option and you would just need to add the return parameter to whatever is initiating the logout.<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>