Hi, I am looking at ways on how our customer support team could sign in as a user. Is there a way on how I could include this functionality?
d
dazzling-nightfall-42114
06/24/2025, 7:27 AM
Also interested in this, but believe it’s not possible within kratos. I previously asked about generating a session cookie as admin, and was told it’s deliberately not possible.
f
fierce-nail-76747
06/24/2025, 7:28 AM
We are right now exploring a approach where we extend the JWKS server and sign our own token
d
dazzling-nightfall-42114
06/24/2025, 7:31 AM
One of our services uses the kratos session to generate short-lived JWTs, which are used to access the database. In this case “sign in as” is easy, we just generate a JWT for a different user instead. But this is fairly unique to our situation.