Recently I got interested in OpenId Connect related topics.
OpenId Connect Front-Channel logout is a way to inform all applications which use browser session that logout happened in one of them.
Since the solution use iframes and 3-party cookies, there is a risk that it will not be supported in the future. Some browsers already block 3-party cookies, and some are planing to do so in future releases.
I have heard that there is an alternative to Front-Channel logout called 'logout redirect chain'. I couldn't really find any information about this approach in the web.
Do you know if it something available in OpenId Connect documentation or is kind of custom approach on the top of OpenId Connect?
Thanks in advance!