Web Acl Aws Managed Rules Acfp Rule Set
Configures how to use the Account creation fraud prevention managed rule group in the web ACL
Constructors
Properties
The path of the account creation endpoint for your application. This is the page on your website that accepts the completed registration form for a new user. This page must accept POST
requests. For example, for the URL https://example.com/web/newaccount
, you would provide the path /web/newaccount
. Account creation page paths that start with the path that you provide are considered a match. For example /web/newaccount
matches the account creation paths /web/newaccount
, /web/newaccount/
, /web/newaccountPage
, and /web/newaccount/thisPage
, but doesn't match the path /home/web/newaccount
or /website/newaccount
.
Allow the use of regular expressions in the registration page path and the account creation path.
The path of the account registration endpoint for your application. This is the page on your website that presents the registration form to new users.
The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track account creation attempts.
The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account creation success rates.