Currently the logout filters of the saml expects the singleLogoutServiceLocation to be in the form logout/saml2/slo or logout/saml2/slo/{registrationId} if I give something like {baseurl}/samlLogout as the singleLogoutServiceLocation the validation fails. The filters should validate the url match based on the details present in the relying party registration for validating the logout.

Comment From: sasirekha98

The configuration is updated by updating the LogoutRequestConfigurer through saml2Logout(). So closing this issue.