diff --git a/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx b/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx index d355fb4a0..b68ad503c 100644 --- a/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx +++ b/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx @@ -31,7 +31,7 @@ application when a user updates their profile information in another system. When building your own UI you can pass additional data when completing the registration flow that gets forwarded to any configured webhooks. This can be used to solve more complex use cases that would be out of scope for identity traits. -:::tip +:::warning Always put security first! When using webhooks, ensure that the data you send is secure and that the external system you are integrating with is trustworthy. Additionally, make sure to consider the data privacy laws and regulations that may apply to your @@ -42,7 +42,9 @@ use case. :::tip If you would like to configure IP allow list in your firewall setup for webhooks please read about our -[Ory Network IP Addresses](./ip-allowlist.mdx) ::: +[Ory Network IP Addresses](./ip-allowlist.mdx) + +::: ## Creating Actions on the Ory Network