prehistoric-knife-48976
07/08/2023, 9:25 PM- hook: session
to the list of hooks for after registration, but trying to update the identity config with this lead to a malformed error for the config, it says the value has to be web_hook.
Here is the full config for reference:
registration:
after:
hooks:
- hook: web_hook
config:
auth:
config:
in: header
name: Authorization
value: Api-Key <redacted>
type: api_key
body: redacted
can_interrupt: false
method: POST
response:
ignore: false
parse: false
url: <https://redacted/hooks/ory>
- hook: session
This produces an error ^
Any help would be much appreciated!