Webhook authentication types
Overview of available authentication types for webhook authorization items.
This topic describes the types of authentication available for webhooks.
To include authentication when sending a webhook request, create an authorization item and assign it to the webhook.
Sitecore supports the following authentication types:
Type of authentication |
Required fields |
---|---|
Basic |
Username Password |
Digest |
Username Password |
API key |
Key Value Add to |
OAuth2.0 Client Credentials Grant |
Authority URL Client ID Client Secret Scope Header Prefix. The default value is |
OAuth2.0 Password Credentials Grant |
Authority URL Client ID Client Secret Scope Header Prefix. The default value is Username Password |
You can pass optional fields to use the OAuth2.0 client credentials grant and OAuth2.0 password credentials grant authentication types.