Hello, I have gotten kratos + hydra + apisix appro...
# general
b
Hello, I have gotten kratos + hydra + apisix appropriately handling authentication with OIDC, but my cookie:
"Cookie": "ory_hydra_session_dev=....
is there and working well, but when i navigate to the kratos self serve ui and log out, that doesn't log me out fully, the hydra session remains, is there some configuration i need to do for this? Is this expected? I would assume I need to tell kratos to logout via hydra as well, but I dont see anything in that regard
r
This interaction is not automatic. However, if you perform another auth code flow after logging out from kratos, the user experience should be the same, regardless of whether the user still has a Hydra cookie or not (IIRC).
To get rid of the hydra cookie, you need to perform an OIDC logout
b
yup got it, seems to be working! thank you