Skip to main content
Version: 26.1

Mapping

Mappings define the attributes that will be provided to the authorization engine and how to retrieve the corresponding values from the attribute source. A single attribute connector can have multiple mappings.

The contents of the Mapping section depend on the attribute connector type. Use the tabs below to see the steps for the appropriate type:

  1. From the Provided attribute dropdown, select the attribute to be fetched from the database.

    The dropdown contents are defined in the Dictionary.

  2. In Table name, enter the database table name from which the target attribute value is fetched.

  3. In Column name, enter the column name of the specified table from which the target attribute value is fetched.

  4. Click Add key attribute to specify attributes that act as keys in the DB table and are required to determine and fetch the provided attributes' values.

    1. Select a Key attribute from the dropdown.
    2. Enter the corresponding Column name of the DB table for the key attribute.

    Repeat this step if you wish to add more key attributes.

    note

    Any key attribute added in the mapping should be different from the provided attribute.

    info

    If you wish to delete a key attribute, click the delete button next to it.

  5. Optionally, add more mappings by clicking Add new mapping.

    Enter the required information following the instructions above.