Hi everyone, has anyone tried to run both Kratos t...
# ory-selfhosting
e
Hi everyone, has anyone tried to run both Kratos to manage users and Hydra as an OAuth2 server? I would like to know if anyone has successfully configure Hydra as oauth2 management together with Kratos. I would to issue JWTs from Hydra once user has login from Kratos with email/password.
b
I have but not like that. I am using kratos to manage the web browser sessions with cookies (and in the future tokens for mobile app) and hydra to create m2m accounts for API access.
Yes, I have! I just create mobile app login where you login using kratos and then you will get refresh / access token from hydra using consent flow but I do it in the server so user doesn't see anything.