Hey there, trying to glue Kratos with Hydra and I ...
# talk-hydra
r
Hey there, trying to glue Kratos with Hydra and I am having difficulties during the Accept Login Flow. When I do a
PUT <http://127.0.0.1:4445/oauth2/auth/requests/login/accept?login_challenge=b9f0fd803452432e8c78fe4baa4e91bf>
the response is a 200 OK however I can't get an HTTP response body to
redirect_to
. Using
oryd/hydra:v1.10.6
and
oryd/kratos:v0.7.6-alpha.1
with React JS - Any hints?
Found this in logs, I will investigate a bit
Copy code
"error": {
  "debug": "not_found",
  "message": "request_unauthorized",
  "reason": "Check that you provided valid credentials in the right format.",
  "status": "Unauthorized",
  "status_code": 401
},
"http_request": {
  "host": "127.0.0.1:4444",
  "method": "GET",
  "path": "/userinfo",
}
"level": "error",
"msg": "An error occurred while handling a request",
"service_name": "ORY Hydra",
"service_version": "v1.10.6",
Worked using Firefox instead of Chrome nvm got it fixed