webhook configure with ory kratos #3725
Unanswered
nihalgurjar47
asked this question in
Q&A
Replies: 1 comment
-
Hey @nihalgurjar47 I have had a similar issue, with out seeing your config for web hooks it's hard for me to help. But for me I needed to
Also what kind of webhook are you trying to send? Are you just trying to ping your api? Very important to note that if you want the auth to fail out if the webhook fails to include the response:
ignore: false # Defines if the webhook response should be ignored and run async. Boolean. OPTIONAL |
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
-
Hii @hperl @radekg ,
how to webhook configure in ory kratos?
My requirement is to check the metadata_admin details before logging in. If metadata_admin is null, an error will occur, redirecting to another page; otherwise, the response will be 200, allowing the user to log in successfully.
Note: I have follow the documentation but did not get result.
please share the reference.
Beta Was this translation helpful? Give feedback.
All reactions