Skip to content

Commit 56813e5

Browse files
authoredAug 7, 2020
Remove webtask redirect doc (#9352)
1 parent 9ca43a5 commit 56813e5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎articles/compliance/gdpr/features-aiding-compliance/user-consent/_redirect.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ For simplicity, we will use [this sample consent form](https://github.com/auth0/
22

33
You will need to host this form, and the URL for the form must be publicly-accessible. You'll need to provide the URL where the form can be accessed to Auth0 at a later step of this tutorial.
44

5-
::: note
6-
Please see [Redirect Users to Consent Form Hosted Using Webtask](/compliance/gdpr/features-aiding-compliance/user-consent/webtask-redirect) if you want to host your consent form using Webtask.
7-
:::
8-
95
1. Add the [redirect rule](/rules/redirect). Go to [Dashboard > Rules](${manage_url}/#/rules), and click **Create Rule**. At **Rules Templates**, select **empty rule**. Change the default rule's name from `empty rule` to something descriptive (e.g., `Redirect to consent form`).
106

117
2. Add the following JavaScript code to the script editor, and **Save** your changes.

‎articles/compliance/gdpr/features-aiding-compliance/user-consent/webtask-redirect.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ section: compliance
33
description: Learn how to host a redirect form using Webtask and redirect users to the form.
44
contentType: how-to
55
sitemap: false
6+
public: false
67
---
78
# Redirect Users to Consent Form Hosted Using Webtask
89

0 commit comments

Comments
 (0)
Please sign in to comment.