I am using Keycloak as service provider and done the SAML based integration with the external IdP.
The login functionality works fine: For login the Idp login screen comes up. On successful login it gets redirected to the keycloak as expected.
Logout issue: But whenever I do a successful logout from the application it gets logout from the idp , but session is maintained in the keycloak side. Logout doesn't happen from keycloak.
Is there any setting that I need to enable in the keycloak side so that the logout happens from keycloak too along with the external IdP.
attached screenshots.
Thanks in Advance,
Dwaipayan