I’m trying to initiate a logout from a SAML client (Shibboleth SP) to keycloak.
For the logout to Keycloak – will be a straight HTTP POST to:
https://<keycloak_host>/auth/realms/<realm_name>/protocol/saml
Thanks.
I’m trying to initiate a logout from a SAML client (Shibboleth SP) to keycloak.
For the logout to Keycloak – will be a straight HTTP POST to:
https://<keycloak_host>/auth/realms/<realm_name>/protocol/saml
Thanks.
You need to enable/configure Shibboleth SP for logout: Logout - Service Provider 3 - Shibboleth Wiki
And of course then you have to call that configured logout, e.g. recommended /Logout