Attribute transformation
When you add an attribute mapping rule there is also an option to add an attribute transform rule.
This is for situations such as:
- where the value of an attribute is correct, but not presentable
- e.g. turn a value of '
CN=Filius Flitwick , DN=Teaching Staff, DN=ad, DN=hogworts, DN=sch, DN=uk
' into 'Professor
'
- e.g. turn a value of '
- where the value you need for an attribute is not available from your system, but you can infer it from other values that are
- e.g. if
role
contains Staff andhouse
has a value, then setheadOfHouse = true
.
- e.g. if
You set up attribute transform rules in a similar way to how you map permission sets:
- Go to Management > Connections and select the attributes tab of the connection you want to work with
- Click the add rule button and select the transform rule option
- The target name will suggest attributes that already exist in your schema. You will need to use one of these schema attributes if you want the data to be releasable to third parties or reportable under statistics.
- The display name is how it will be presented in the interface when you look at an account
- Define your rule or rules and whether it is any or all of them that need to be true to assign the output value. As with basic mapping, you need to use the attribute or claim sent from your directory
- Specify an output value
- Add any other rules and output values for that target
- Click done and save
Anything to watch out for?
You can have only have one rule of any type per target attribute.
If more than one set of conditions matches, then the attribute will have more than one value. All values are passed if that attribute is released, and all values are used by statistics if it is reportable. Unfortunately the interface cannot display muliti-valued attributes on accounts at the moment.
- You cannot use mapped targets or transformed values in transformations, only the names and values sent by your system
- You cannot further transform a value with another mapping or transformation
- You cannot use mapped or transformed values as conditions within another transformation
Example
Scenario:
An organisation has offices in 20 cities around the world. The directory they have connected to OpenAthens can pass the name of the office (e.g. Abuja office), but not the country. All users have access to the same set of resources and are not separated by sub-organistaion or permission set.
Management want statistics reports by country.
Method:
Because we want to use this in reports, we first must set up a text attribute in the schema editor and make sure it is marked as reportable. This example will assume one has been set up with a target name of country
.
Next we add some transform rules along the lines of: When any of these match (office contains Edinburgh, office contains Bristol) the output value is 'UK'.
Add conditions and outputs for each country, then click done and save.