Removing SAML1 and backchannel support from our IdP
Cantor, Scott
cantor.2 at osu.edu
Mon Sep 25 13:24:19 UTC 2023
> Set the idp.artifact.enabled property to false? I'm not sure about this one - it
> seems to default to true on new IdP installs but they do not include
> backchannel support
SOAP support (which is required by the artifact binding) and the "backchannel" are orthgonal. The latter term in this context tends to refer to having an alternate port for the traffic, not simply whether it's supported or not.
The primary thing is "nobody should be using the alternate port anymore" whether they need SOAP support or not. It runs over 443 now.
Secondarily, if you want to disallow the SOAP traffic, you can turn "most" of it off with the changes suggested, but you do still have logout, which can happen over SOAP, though very rarely. But that's down to what's in your metadata of course.
-- Scott
More information about the users
mailing list