Skip to content

Commit e923140

Browse files
kennyj42pedrosousaranbel
authored
Update block-page.mdx (#18599)
* Update block-page.mdx * Fix link markup * New block page options --------- Co-authored-by: Pedro Sousa <[email protected]> Co-authored-by: Ranbel Sun <[email protected]>
1 parent 9720172 commit e923140

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

src/content/partials/cloudflare-one/access/block-page.mdx

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,33 @@
22
{}
33
---
44

5-
:::note
5+
You can customize the block page that displays when users fail to authenticate to an Access application. Each application can have a different block page.
66

7-
Only available on Pay-as-you-go and Enterprise plans.
7+
:::note[Gateway block page]
8+
To customize the page that users see when they are blocked by a Gateway firewall policy, refer to [Gateway block page](/cloudflare-one/policies/gateway/block-page/).
89
:::
910

10-
You can display a custom block page when users fail to authenticate to an Access application. Each application can have a different block page.
11+
## Types of block pages
1112

12-
:::note
13+
Cloudflare Access offers three different block page options:
1314

14-
To customize the page that users see when they are blocked by a Gateway firewall policy, refer to [Gateway block page](/cloudflare-one/policies/gateway/block-page/).
15-
:::
15+
- **Default**: Displays a Cloudflare branded block page.
16+
- **Custom Redirect URL** - Redirects blocked requests to the specified URL. For example, you could redirect the user to a [dynamic Access Denied page](https://github.com/cloudflare/cf-identity-dynamic) that fetches their identity and shows the exact reason they were blocked.
17+
- **Custom Page Template** - (Only available on Pay-as-you-go and Enterprise plans) Displays a [custom HTML page](/cloudflare-one/applications/block-page/#create-a-custom-block-page) hosted by Cloudflare.
18+
19+
### Identity versus non-identity
20+
21+
You can display a different [type of block page](/cloudflare-one/applications/block-page/#types-of-block-pages) to users who fail an identity-based policy versus a non-identity policy.
22+
23+
- **Identity failure block page**: Displays when the user fails an identity-based Access policy (such as email, user group, or external evaluation rule), after logging in to their identity provider.
24+
- **Non-identity failure block page**: Displays when the user fails a non-identity Access policy (such as country, IP, or device posture). Cloudflare checks non-identity attributes before prompting the user to login. Therefore, the non-identity block page would take precedence over the identity block page.
1625

1726
## Create a custom block page
1827

28+
:::note
29+
Only available on Pay-as-you-go and Enterprise plans.
30+
:::
31+
1932
To create a custom block page for Access:
2033

2134
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **Custom Pages**.
@@ -26,11 +39,9 @@ To create a custom block page for Access:
2639

2740
4. Enter a unique name for the block page.
2841

29-
5. Select **Failed identity provider check**.
30-
31-
6. Copy the **Required script**.
42+
5. In **Type**, select whether this is an [identity or non-identity block page](/cloudflare-one/applications/block-page/#identity-versus-non-identity).
3243

33-
7. In **Custom HTML**, enter the HTML code for your custom page. For example,
44+
6. In **Custom HTML**, enter the HTML code for your custom page. For example,
3445

3546
```html
3647
<!doctype html>
@@ -43,8 +54,8 @@ To create a custom block page for Access:
4354
</html>
4455
```
4556

46-
8. To check the appearance of your custom page, select **Download** and open the HTML file in a browser.
57+
7. To check the appearance of your custom page, select **Download** and open the HTML file in a browser.
4758

48-
9. Once you are satisfied with your custom page, select **Save**.
59+
8. Once you are satisfied with your custom page, select **Save**.
4960

5061
You can now select this block page when you [configure an Access application](/cloudflare-one/applications/configure-apps/).

0 commit comments

Comments
 (0)