connection refused while making post request to token web hook #3934
Unanswered
medhost-mayank
asked this question in
Q&A
Replies: 1 comment
-
Hello @medhost-mayank The error message you're seeing indicates that Ory Hydra is unable to connect to the webhook endpoint you've configured. This suggests there might be a configuration or networking issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi There,
I want to modify the access token claim, so I am trying to implement access web hook, I am using hydra v2.2.0 version, I am able to get the ory code, but when trying to fetch Auth Token using ory code, I am getting server_error, further done some investigation and found below errors in hydra logs.
level=info msg=[ERR] POST http://localhost:8500/service/oauth2/token-hook request failed: Post "http://localhost:4700/security/oauth2/token-hook": dial tcp [::1]:4700: connect: connection refused audience=application service_name=Ory Hydra service_version=v2.2.0
I have created new Post endpoint in Java application, when I am trying to call using postman, I was able to successfully hit the endpoint.
Any leads/help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions