Hi, Miguel.
For SAML, we don't have much options in terms of SLO. In 2.4.4 which used IdPv2, there wasn't any good way to handle it. They enhanced it in IdPv3 a bit, I believe, but I'm not sure support for those new SLO ways is already added to Gluu in 3.0.x.
The only officially supported way to logout in 3.0.x is by SP sending user to `/idp/logout.jsp`.
>The second question is, does /idp/logout.jsp also kill all the OIDC sessions?
Yes, it should at least. To be specific, it should kill user's oxAuth session. If OIDC frontchannel logout and/or session management specs are employed in your setup, it also should trigger logout at OIDC apps user was logged in to at that moment.
>And finally, I'm not sure what the SP Logout URL field in the TR window do? is that equivalent to the Front Channel Logout URI in the OIDC panel?
Let me check this out. We may need to cover it properly in docs, perhaps.