Webhook probe transport types
There are currently two webhook probe transport types. Currently only the webhook v1 probe
transport supports oauth2. However, the advantage of using the webhook v2 probe
transport is when you need a multichannel HTTP client, in other words, when you need to connect to
different hosts and ports in each of the login, login refresh,
logout, resync, subscribe, and subscribe
refresh phases.
The following table shows the features that the two types of webhook probe transport support.
|
Feature |
Webhook v1 |
Webhook v2 |
|---|---|---|
|
Webhook server |
Yes |
Yes |
| Webhook basic authentication |
Yes |
Yes |
| Webhook token authentication | No | Yes |
|
Multichannel HTTP client |
No |
Yes |
|
HTTP client login |
Yes |
Yes |
|
HTTP client login refresh |
Yes |
Yes |
|
HTTP client logout |
Yes |
Yes |
|
HTTP client OAuth2 |
Yes |
Yes |
|
HTTP client resync |
Yes |
Yes |
|
HTTP client subscribe |
Yes |
Yes |
|
HTTP client subscribe refresh |
Yes |
Yes |
|
KeepToken |
Yes |
Yes |