When calling the `end_session_endpoint` (`hydra/oa...
# ory-selfhosting
c
When calling the
end_session_endpoint
(
hydra/oauth2/sessions/logout
), is there a way to tell Hydra to clear the Kratos session too before redirecting back to the
post_logout_redirect_uri
? Backchannel/FrontChannel are meant to indicate the RP to clear its session state (e.g. cookies), but I can't figure out how to clear Kratos (part of the OP).
Realized I had not set the
identity_provider
section in
urls
up properly so hydra could not contact kratos. Silly me!