I am integrating 3rd party Azure AD idps using OIDC as per the instructions here. I have elected to use the link on email strategy with a user that must exist in FusionAuth prior to linking. This works nicely and I can use the API to retrieve the link for a user when I've used Azure AD to authenticate at least once.
I have also set up a webhook for the user.identity-provider.link
event. This works well when tested using the button in the UI, but never seems to fire for the actual live event in the above scenario - my webhook is never called. Below are some screenshots of the webhook configuration. Perhaps someone could verify that I've not missed anything that would explain the absent event?
Settings -> Webhooks
Tenants -> id -> Webhooks
I'm not sure this last enablement is required given the global setting, but it doesn't seem to make any difference either way - on or off.
My FusionAuth version is 1.40.2 running in Docker.
Thanks in advance for any ideas.