Skip to content

Commit 018544a

Browse files
committed
okta notes
1 parent 1844d2c commit 018544a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ method: post # Most webhooks use POST
128128
method: put # Some REST APIs might use PUT for updates
129129
```
130130

131+
In some cases, webhook providers (such as Okta) may require a one time verification request via a GET request. In such cases, you can set the method to `get` for that specific endpoint and then write a handler that processes the verification request.
132+
131133
### `auth`
132134

133135
Authentication configuration for the endpoint. This section defines how incoming requests will be authenticated before being processed by the handler.

0 commit comments

Comments
 (0)