Skip to main content

Targeting groups

You can restrict Bravura Security Fabric to list only those users who exist in one or more named groups.

To do this, on the Target system address configuration page, specify Groups to list users from.

This field allows multiple values. To fill in multiple values, select List from the drop-down list box displaying in front of this field, and use the More button to add additional input boxes when more than one value is given. The value in each input box is treated as a single value, for example:

  • 00gsgzwclwX8C0N8y0h7

  • 00gsgzrb307bEbLSk0h7

  • 00gsh14zcacEBVtVV0h7

  • 00gsh18jnnIx8sIlS0h7

    Note

    The value to specify in these fields is the long id value of an Okta group.

If there are many groups to list, there is an option to include all groups in a file. To use the file, select File option from the drop-down list and specify the file name in the field.

This files must be located in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory and contain a list of groups to list from.

For listing users from groups:

   # KVGROUP-V2.0
   listGroups = {
     "00gsgzwclwX8C0N8y0h7";
     "00gsgzrb307bEbLSk0h7";
     "00gsh14zcacEBVtVV0h7";
     "00gsh18jnnIx8sIlS0h7";
   }