When i tried to implement a SSO with single ADFS it does login and logout without any issues. With client environment it does login successfully but when it tries to logout it clears cookie from our application but when it redirects back to adfs login page(SP)
then goes to respective IDP and it brings the cookie back and login with last session. I believe code has nothing to do with it as their should be configuration in the ADFS (SP) side which clears cookie from SP and IDP.
We are using SAML
Any idea on what is going on?