sailpoint-iiq-dev-accelerator
sailpoint-iiq-dev-accelerator copied to clipboard
Reverse Tokenization Ignores All Selected Elements Except the First
When using reverse tokenization with an XPath selector like this:
%%AD_FOREST_NAME%%=/Application[@name='Active Directory']/Attributes/Map//entry[@key='forestName']/@value
and a *.target.properties value such as:
%%AD_FOREST_NAME%%=TheForest
, if the selector returns an array with more than one element, only the first element in that array gets tokenized; the rest are ignored. This becomes important when working with an Active Directory environment that has multiple domains, for example.