Skip to content

Commit 0672e20

Browse files
OKTA-731717 - Update number of inline hooks (#4841)
* Update number of inline hooks per org from 50 to 100 * Update packages/@okta/vuepress-site/docs/reference/hooks-best-practices/index.md Co-authored-by: Susan <susan.harper@okta.com> --------- Co-authored-by: Susan <susan.harper@okta.com>
1 parent f92ce0f commit 0672e20

File tree

2 files changed

+2
-2
lines changed
  • packages/@okta/vuepress-site/docs

2 files changed

+2
-2
lines changed

packages/@okta/vuepress-site/docs/concepts/inline-hooks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ After creating your external service, you need to tell Okta it exists, and enabl
202202

203203
1. Associate the endpoint with a particular Okta process flow. This step varies by inline hook type.
204204

205-
The total number of inline hooks that you can create in an Okta org is limited to 50, which is a total for any combination of inline hook types.
205+
The total number of inline hooks that you can create in an Okta org is limited to 100, which is a total for any combination of inline hook types.
206206

207207
For more information on implementing inline hooks, see the documentation for specific inline hook types linked to in [Currently-Supported Types](#currently-supported-types).
208208

packages/@okta/vuepress-site/docs/reference/hooks-best-practices/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Your external service that processes hook requests must consider that the order
6767
| Event hook | Number of daily events | 400,000 | A maximum of 400,000 applicable events, per org, per day, that trigger event hooks. Event hooks aren't recorded or replayed after this point. If a request times out after three seconds, event hooks are retried once. Retries don't count toward the org limit.
6868
| | Maximum number of event hooks per org | 10 | A maximum of 10 active event hooks can be configured per org. You can configure each event hook to deliver multiple event types. |
6969
| Inline hook | Timeout | 3 seconds | Inline hooks have a completion timeout of three seconds with a single retry. However, a request isn't retried if your endpoint returns a 4xx HTTP error code. Any 2xx code is considered successful, and the request is not retried. If the external service endpoint responds with a redirect, it isn't followed. |
70-
| | Maximum number of inline hooks per org | 50 | The maximum number of inline hooks that can be configured per org is 50, which is a combined total for any combination of inline hook types. |
70+
| | Maximum number of inline hooks per org | 100 | The maximum number of inline hooks that you can configure per org is 100, which is a combined total for any combination of inline hook types. |
7171
| | Concurrent rate limit | Variable | The maximum number of inline hooks that can be sent concurrently based on org type. See [Concurrent rate limits](/docs/reference/rl-additional-limits/#concurrent-rate-limits).|
7272
7373
## Troubleshoot your hook implementations

0 commit comments

Comments
 (0)