Redirect after SingleLogout
Eales, Oliver
oliver.eales at hpe.com
Sun Sep 11 09:04:02 EDT 2016
Hello,
I am running an Shibboleth IDP, and want to do a SLO starting at at the IDP.
Basically this is working, but I would like to send a redirect to a different page after the SLO procedure has finished.
Is there a recommended way on how to do this?
I tried with a modification of the
/system/views/logout/propagate.vm (I know, the system views are NOT intended to be modified...)
by adding the following on the very bottom of the function:
function onLoad(src, target, trackerId, sessionKey) {
.......
window.location.replace("https://myfinaltarget");
}
This work in case of a SLO:HTTP-Redirect is sent to the SP, but not in case a SLO:HTTP-Post is used
Somehow this part of the function is reached before the ascync requests are all received...
Is there a better solution to send a "final" redirect after the SLO ?
Thanks and Regards,
Oliver
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160911/463ceda5/attachment.html>
More information about the users
mailing list