How to transit to new logout
Lalith Jayaweera
ljayaweera at gmail.com
Mon May 15 03:42:29 EDT 2017
Thanks Scott
Yes, I got an existing redirect, basically my logout.jsp (which I have
given to SPs) got below source now
<%
response.sendRedirect("https://<idp server>/idp/profile/Logout");
%>
and this renders the logout.vm
but instead of customizing the logout.vm, I would like to redirect to our
branded logout html (kept else where), obvious at the end of the logout.vm
Is that ok to have some java script or somesort to redirect to our existing
logout html towards the end of logout.vm? or any other advice?
On Fri, May 12, 2017 at 11:42 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> On 5/11/17, 9:34 PM, "users on behalf of Lalith Jayaweera" <
> users-bounces at shibboleth.net on behalf of ljayaweera at gmail.com> wrote:
>
> > With IdP 3.2.x rolling out
>
> I hope you mean 3.3, because that's already unsupported.
>
> > am curious what would be the best way to rollout without impacting the
> below logout URL which have been configured in SPs in
> > different ways.
>
> If you're using an existing redirect, send it on to /idp/profile/Logout.
>
> > Also we got CAS on top of IdP but not using CAS SLO, also have doubts
> whether to use SLO with IdP 3.2.x.
>
> You should have doubts period, logout is a not a good use of anybody's
> time, but if you're using CAS and don't plan to stop, you should probably
> turn off SSO in the IdP altogether and leave it all up to CAS.
>
> > Personally I do not think users should know the status of every SP after
> the logout rendering in page, even if it does, it should be a
> > backdoor task.
>
> I agree with you, thus my belief it needs to be reimplemented to hide the
> indicators and just do a best effort internally without any regard for the
> user, but that's not how it works now.
>
> -- Scott
>
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170515/3fe84846/attachment.html>
More information about the users
mailing list