Hi, I am looking at ways on how our customer suppo...
# ory-selfhosting
f
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
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
We are right now exploring a approach where we extend the JWKS server and sign our own token
d
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.