<div dir="ltr"><div>Thank you Scott!</div><div><br></div><div>I am understanding now.</div><div><br></div><div>The development team had the redirect after 10 seconds on the whole 'logout.vm' page -- however, they had thought to only have the redirect when the following 'if' condition was reach (i.e. the user is automatically logged out after 10 second if no action taken if having multiple sessions). <br></div><div><br></div><div>Can the place the following within the 'if' loop below - "<meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=propagate">"? Thanks,<br></div><div><br></div><div><br></div><div><br></div><div>#if ( $logoutContext and !$logoutContext.getSessionMap().isEmpty() )<br> <p>#springMessageText("idp.logout.ask", "Would you like to attempt to log out of all services accessed during your session? Please select <strong>Yes</strong> or <strong>No</strong> to ensure the logout operation completes, or wait a few seconds for <strong>Yes</strong>.")</p><br> <br><br><br> <form id="propagate_form" method="POST" action="$flowExecutionUrl"><br> <button class="btn btn-primary" id="propagate_yes" type="submit" name="_eventId" value="propagate">Yes</button><br> <br> <button class="btn btn-primary" id="propagate_no" type="submit" name="_eventId" value="end">No</button><br> </form></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 30 Sep 2019 at 12:23, Cantor, Scott <<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9/30/19, 2:49 PM, "users on behalf of Joshua Brodie" <<a href="mailto:users-bounces@shibboleth.net" target="_blank">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:josbrodie@gmail.com" target="_blank">josbrodie@gmail.com</a>> wrote:<br>
<br>
> If a user accesses a single application, and on SLO-- the following page 'logout.vm' -- after 10 second refresh --<br>
> redirects to page with 'Stale Session messaging'<br>
<br>
A single app followed by SLO will just say there's nothing else to do and gracefully complete.<br>
<br>
> <meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=propagate"><br>
<br>
If it's sending you there, it must think there's a need to do additional logout propagation, IIRC.<br>
<br>
-- Scott<br>
<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>