Basic Configuration
Basic Configuration Example
By default, the iRule contains the following configuration options:
Update the following required properties:
- app_id - The HUMAN application id in the format of PX**__**. The application id can be found in the Applications section on the HUMAN Portal.
- cookie_secret_key - The key used by the cookie signing page. The Cookie Key is generated in the Policies section on the HUMAN Portal.
- auth_token - The JWT token for REST API. The Authentication Token is generated in the Applications section on the HUMAN Portal.
Make sure to replace
APP_ID
in risk_vs
with the same application_id you set for app_id
.Block Score Configuration.
Configuring the block score is done in the HUMAN Portal.
BIGIP F5 Enforcer uses a binary cookie. The binary cookie does not store the score value on the cookie on the parsed jSON.
In order to set a blocking threshold for the binary cookie:
- Log into theĀ HUMAN Portal.
- On Admin tab select POLICIES
- Select Risk Cookie drop-down menu
- Select āAdvanced Modeā and press Continue
- Unselect v1/v3 if selected and select v2, the binary score should be un-greyed
- Set a value and apply changes.
HUMAN recommendation is to set the blocking threshold to
100
.