Allow other methods of whitelisting Bot Detection for Production E2E tests

Feature: Allow other methods of whitelisting Bot Detection for E2E tests

Description: Bot detection whitelisting is by IP address only. When running e2e tests on ephemeral machines (such as github actions) with no static IP, Auth0 detects the Playwright bot and presents a captcha. Allowing more methods of whitelisting could help.

Use-case: Running E2E tests on Production. We can’t enable the password grant type as it’s not recommended. We have to sign in via the UI. In these cases the bot detection is triggered, showing a captcha and the tests fail.