You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/learning-paths/replace-vpn/build-policies/block-page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To work around these limitations, we recommend using [WARP client block notifica
28
28
29
29
:::note
30
30
31
-
The Gateway custom block page is a different concept from [Access custom block pages](/cloudflare-one/applications/block-page/), which are used in conjunction with Cloudflare Access policies.
31
+
The Gateway custom block page is a different concept from [Access custom block pages](/cloudflare-one/reusable-components/custom-pages/access-block-page/), which are used in conjunction with Cloudflare Access policies.
Copy file name to clipboardExpand all lines: src/content/partials/cloudflare-one/access/access-block-page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ Under **Block page**, choose what end users will see when they are denied access
7
7
8
8
***Cloudflare default**: Reload the [login page](/cloudflare-one/reusable-components/custom-pages/access-login-page/) and display a block message below the Cloudflare Access logo. The default message is `That account does not have access`, or you can enter a custom message.
9
9
***Redirect URL**: Redirect to the specified website.
10
-
***Custom page template**: Display a [custom block page](/cloudflare-one/applications/block-page/) hosted in Zero Trust.
10
+
***Custom page template**: Display a [custom block page](/cloudflare-one/reusable-components/custom-pages/access-block-page/) hosted in Zero Trust.
Copy file name to clipboardExpand all lines: src/content/partials/cloudflare-one/access/block-page.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ Cloudflare Access offers three different block page options:
14
14
15
15
-**Default**: Displays a Cloudflare branded block page.
16
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.
17
+
-**Custom Page Template** - (Only available on Pay-as-you-go and Enterprise plans) Displays a [custom HTML page](/cloudflare-one/reusable-components/custom-pages/access-block-page/#create-a-custom-block-page) hosted by Cloudflare.
18
18
19
19
### Identity versus non-identity
20
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.
21
+
You can display a different [type of block page](/cloudflare-one/reusable-components/custom-pages/access-block-page/#types-of-block-pages) to users who fail an identity-based policy versus a non-identity policy.
22
22
23
23
-**Identity failure block page**: Displays when the user is blocked by an identity-based Access policy (such as email, user group, or external evaluation rule), after logging in to their identity provider.
24
24
-**Non-identity failure block page**: Displays when the user is blocked by a non-identity Access policy (such as country, IP, or device posture). Cloudflare checks non-identity attributes before prompting the user to login.
@@ -39,7 +39,7 @@ To create a custom block page for Access:
39
39
40
40
4. Enter a unique name for the block page.
41
41
42
-
5. In **Type**, select whether this is an [identity or non-identity block page](/cloudflare-one/applications/block-page/#identity-versus-non-identity).
42
+
5. In **Type**, select whether this is an [identity or non-identity block page](/cloudflare-one/reusable-components/custom-pages/access-block-page/#identity-versus-non-identity).
43
43
44
44
6. In **Custom HTML**, enter the HTML code for your custom page. For example,
0 commit comments