Source type
Auth0 Source Configuration
Auth0 sources receive custom log stream webhook events and verify the optional Authorization token configured in Auth0.
Auth0 configuration
Create a Auth0 source, keep POST and PUT and PATCH and DELETE enabled, and provide the configured Authorization Header Value values for provider signature. FastHook uses these settings to validate each Auth0 delivery before it enters the routing workflow.
Source TypeAUTH0
Allowed methodsPOST, PUT, PATCH, DELETE
AuthenticationProvider signature
Credential fieldsAuthorization Header Value
{
"type": "AUTH0",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "AUTH0",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST","PUT","PATCH","DELETE"]
}
}Auth0 request contract
FastHook compares the Authorization header with the configured value and does not need to read the raw body for this provider.
Auth0 headers
Preserve authorization when sending Auth0 test deliveries. FastHook evaluates this request context before accepting the payload, so missing or modified values remain visible as rejected requests instead of routed events.
authorizationStatic Authorization Token configured on the Auth0 custom webhook stream.
Auth0 setup
- Create an Auth0 Custom Webhook log stream using the FastHook Source URL.
- Configure an Authorization Token in Auth0.
- Paste the same value into FastHook; FastHook accepts exact or Bearer-prefixed values.