Hi guys, I am trying to setup hydra with kratos, ...
# general
a
Hi guys, I am trying to setup hydra with kratos, but it’s not clear how to set “after login” redirect in kratos to redirect back to hydra with parameters, I checked this page https://www.ory.sh/docs/kratos/concepts/browser-redirect-flow-completion and compared to flow step number 3 at https://www.ory.sh/docs/hydra/login-consent-flow. which is saying “This is done using a REST request which includes another redirect URL along the lines of
<http://hydra/oauth2/auth?client_id=...&...&login_verifier=4321>
” how do I configure that in kratos config? Any hint ? Thanks !