prehistoric-knife-48976
07/06/2023, 2:09 AMregistration:
after:
hooks:
- hook: web_hook
config:
url: <https://redacted.ngrok.io/hooks/ory>
method: POST
body: <base64://ZnVuY3Rpb24oY3R4KSB7IHVzZXJfaWQ6IGN0eC5pZGVudGl0eS5pZCB9>
response:
ignore: false
parse: false
auth:
type: api_key
config:
name: Authorization
value: "Api-Key <redacted>"
in: header
oidc:
hooks:
- hook: session
password:
hooks: []
webauthn:
hooks:
- hook: session
Is there something I’m missing because I swear this should work. Or perhaps something got changed recently that I’m not aware of? Anyways, every time I try to register a user it will end up returning a 502 error code and I don’t ever see the post request reaching my tunnel.