I'm trying SSO integration for my application with passport-saml and currently able to authenticate successfully with ADFS as IDP. Logout does not work as expected. It removes the local cookie but not adfs specific cookie after logout.
Logout is done as mentioned in this post and it successfully does a GET redirect to the application endpoint from metadata SLO in ADFS side. But still the logout does not happen in ADFS.
Also referred this post for SLO to work and it is generating HTTP-redirect binding for logout request in saml by default.
The issue that i'm facing is the same as mentioned in this post.
Pls let me know if some step is missed on logout.
Thanks for your help in advance !