fancy-evening-36350
10/02/2023, 2:51 PMregistration:
after:
code:
hooks:
- hook: session
oidc:
hooks:
- hook: session
password:
hooks:
- hook: session
webauthn:
hooks:
- hook: session
hooks:
- hook: web_hook
config:
url: <https://api.segment.io/v1/identify>
method: POST
body: base64://${SEGMENT_IDENTIFY_JSONNET_BASE64}
auth:
type: basic_auth
config:
user: ${SEGMENT_WRITE_KEY}
password: ""
When registering a new user, I don’t see anything in Segment. I don’t know where to look for error logs.
I have copied the hook to the login->after->hook
path in the config, and the webhook is working correctly when I login. Is there something specific to do about the register flow to make segment work ?bland-eye-99092
10/02/2023, 2:52 PMfancy-evening-36350
10/02/2023, 2:52 PMbland-eye-99092
10/02/2023, 3:03 PMfancy-evening-36350
10/02/2023, 3:07 PMaab635c4-8ae6-4703-830f-b60afae2a230
and I see nothing in Segmentbland-eye-99092
10/02/2023, 3:09 PMhooks
of the method you used in the registration flow?fancy-evening-36350
10/02/2023, 3:09 PMfancy-evening-36350
10/02/2023, 3:13 PMb9d13146-5c42-481b-b1f7-955e94672149
(I’m using the code
method)
I still don’t see anything in Segment.bland-eye-99092
10/02/2023, 3:15 PMfancy-evening-36350
10/02/2023, 3:20 PMbland-eye-99092
10/02/2023, 3:21 PMfancy-evening-36350
10/02/2023, 3:27 PMbland-eye-99092
10/02/2023, 3:28 PM