Connectors

Location Policy Connector

The Location Policy connector lets you check a user’s IP and geographic location in your PingOne DaVinci flow.

You can use the Location Policy connector to:

  • Implement risk intelligence by creating a location policy.

  • Allow or deny requests from specified locales

Setup

Resources

For information and setup help, see the following:

Configuring the Location Policy connector

In DaVinci, add a Location Policy connector. For help, see Adding a connector.

This connector doesn’t have a configuration at the environment level. You configure it in your flow instead.

Using the connector in a flow

Allow requests from specified locales

The connector has several capabilities that allow you to allow requests from specified locales:

  • Allow by CIDR Block or IP Range

  • Allow by Location Name

No special configuration is needed. Add the capability and populate its properties according to the help text.

Deny requests from specified locales

The connector has several capabilities that allow you to deny requests from specified locales:

  • Deny by CIDR Block or IP Range

  • Deny by Location Name

No special configuration is needed. Add the capability and populate its properties according to the help text.

Capabilities

Allow by CIDR Block or IP Range

Allow transactions based on CIDR blocks or IP ranges.

Show details
Properties
IP Addresses textArea

The list of CIDR blocks or IP addresses to allow, such as “131.10.55.1/24”. Separate multiple IP addresses with commas.

Input Schema
default object
ipAddressList string
Output Schema
output object
ipAddressList array

Deny by CIDR Block or IP Range

Deny transactions based on CIDR blocks or IP ranges.

Show details
Properties
IP Addresses textArea

The list of CIDR blocks or IP addresses to allow, such as “131.10.55.1/24”. Separate multiple IP addresses with commas.

Input Schema
default object
ipAddressList string
Output Schema
output object
ipAddressList array

Allow by Location Name

Allow transactions that originate from named locations.

Show details
Properties
Locations textArea

The list of geographies, regions, countries, or cities to allow. Separate multiple regions with a comma.

Input Schema
default object
regions string
Output Schema
output object
regions array

Deny by Location Name

Deny transactions that originate from named locations.

Show details
Properties
Locations textArea

The list of geographies, regions, countries, or cities to allow. Separate multiple regions with a comma.

Input Schema
default object
regions string
Output Schema
output object
regions array