I am using the WIF extensions CTP to integrate with a PicketLink idP and I'm having issues with the SingleLogoutService entry in the metadata. I can log in fine but when I run Saml2AuthenticationModule.Current.SignOut it seems to ignore the SingleLogoutService setting for the idP. Below is the line I'm concerned about:
When Saml2AuthenticationModule.Current.SignOut is called the requests I see are only to localhost.
So my question is, how do I configure the single logout service with WIF extensions CTP?
Thanks