connection refused while making post request to token web hook #3934
Unanswered
medhost-mayank
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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