Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove webtask redirect doc #9352

Merged
merged 1 commit into from
Aug 7, 2020
Merged
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
@@ -2,10 +2,6 @@ For simplicity, we will use [this sample consent form](https://github.com/auth0/

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.

::: note
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.
:::

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`).

2. Add the following JavaScript code to the script editor, and **Save** your changes.
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ section: compliance
description: Learn how to host a redirect form using Webtask and redirect users to the form.
contentType: how-to
sitemap: false
public: false
---
# Redirect Users to Consent Form Hosted Using Webtask