sailpoint-iiq-dev-accelerator icon indicating copy to clipboard operation
sailpoint-iiq-dev-accelerator copied to clipboard

Reverse Tokenization Ignores All Selected Elements Except the First

Open jbferguson85 opened this issue 1 year ago • 0 comments

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.

jbferguson85 avatar Nov 30 '23 19:11 jbferguson85