Skip to main content

Targeting the Okta system

For each Okta system, add a target system in Bravura Security Fabric (Manage the system > Resources > Target systems):

  • Type is Okta .

  • Address uses the following options:

    Table 1. Okta address configuration

    Option

    Description

    Options marked with a redstar.png are required.

    Server redstar.png

    The DNS domain name of the web server for the Okta instance.

    (key: server)

    Port

    Default is 443.

    (key: port)

    Connection over SSL

    Select to enforce SSL connections. Default is "true".

    (key: ssl)

    Validate the server’s certificate when connecting

    Determines whether to validate the server’s security certificate for SSL connections. Default is "true".

    (key: checkCert)

    HTTP Network Proxy

    Specifies a proxy URL to use for connecting.

    (key: proxy)

    Timeout for connection (in seconds)

    Amount of time the connector will wait for a response. Default: 60.

    (key: timeout)

    Authentication methods order

    Specify the order for the list of the multifactor authentication method s that are presented to an Okta user for challenge response authentication.

    (key: authorder)

    Groups to list users from

    List only those users who exist in one or more groups .

    (key: listGroups)

    Records per page

    Affects the number of records returned during listing. Default: 200.

    (key: pagesize)

    Filter for listing users

    List all users that match the filter criteria.

    (key: filter)



The Okta target system address syntax is as follows:

 {server=(<the web server for the Okta instance>);
 [port=<port number>;]
 [proxy=<proxy server>;]
 [ssl=<true|false>;]
 [checkCert=<true|false>;]
 [filter=<filter|search>=<search criteria>;]
 }

The full list of target system parameters is explained here.