Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title: SCIM provisioning for Authentik is now Generally Available
description: Provision users and groups to the Cloudflare Dashboard using Authentik as your identity provider.
products:
- fundamentals
date: 2026-03-18
---

Cloudflare dashboard SCIM provisioning now supports [Authentik](https://goauthentik.io/) as an identity provider, joining Okta and Microsoft Entra ID as explicitly supported providers.

Customers can now sync users and group information from Authentik to Cloudflare, apply Permission Policies to those groups, and manage the lifecycle of users & groups directly from your Authentik Identity Provider.

:::note
SCIM provisioning for the Cloudflare dashboard is available to Enterprise customers. You must be a Super Administrator to complete the initial setup.
:::

For more information:

- [SCIM provisioning overview](/fundamentals/account/account-security/scim-setup/)
- [Provision with Authentik](/fundamentals/account/account-security/scim-setup/authentik/)
---
title: SCIM provisioning for Authentik is now Generally Available
description: Provision users and groups to the Cloudflare Dashboard using Authentik as your identity provider.
products:
- fundamentals
date: 2026-03-18
---

Cloudflare dashboard SCIM provisioning now supports [Authentik](https://goauthentik.io/) as an identity provider, joining Okta and Microsoft Entra ID as explicitly supported providers.

Customers can now sync users and group information from Authentik to Cloudflare, apply Permission Policies to those groups, and manage the lifecycle of users & groups directly from your Authentik Identity Provider.

:::note
SCIM provisioning for the Cloudflare dashboard is available to Enterprise customers. You must be a Super Administrator to complete the initial setup.
:::

For more information:

- [SCIM provisioning overview](/fundamentals/account/account-security/scim-setup/)
- [Provision with Authentik](/fundamentals/account/account-security/scim-setup/authentik/)
2 changes: 1 addition & 1 deletion src/content/docs/waf/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Currently, you cannot manage the [bot score](/bots/concepts/bot-score/) and [att

## Rule execution order

Cloudflare evaluates different types of rules when processing incoming requests. The first rule with a [terminating action](/ruleset-engine/rules-language/actions/) (such as _Block_, _Managed Challenge_, or _Redirect_) stops all further evaluation. For example, an IP Access rule that blocks a request prevents custom rules from running. The rule execution order is the following:
Cloudflare evaluates different types of rules when processing incoming requests. The first rule with a [terminating action](/ruleset-engine/rules-language/actions/) (such as _Block_, _Managed Challenge_, or _Redirect_) stops all further evaluation. For example, an IP Access rule that blocks a request prevents custom rules from running. The rule execution order is the following:

1. [IP Access rules](/waf/tools/ip-access-rules/)
2. [Firewall rules](/firewall/cf-firewall-rules/) (deprecated)
Expand Down
Loading