Hi All, I have some trouble with SAML2 SLO.
It seems that my IdP CAS 5.2.X does not provide any SAML logout response to the SP sending SLO request to it.
What am I missing? Is there any particular configuration to be provided? Does not CAS IdP support SP initiated?
Thank you in advance for your help.
Kind regards,
F.
Hi, looking into the code I found the abstract class AbstractSamlSLOProfileHandlerController [1].
If I correctly interpreted its implementation, the SLO request handling will result into a redirect to the path /cas/logout.
In this way, a logout response will never be provided to the
calling SP. As far as I know, this is in contrast with SAML2 SLO
specifications.
Assuming that my analysis is correct, is there the possibility that this behavior will be fixed in the future? I'm a bit worried about the fact that the master provides the same implementation ...
Please, let me have your feedback about.
Regards,
F.