Populating Role Lookups via ICF
Hey,
I'm wondering if there is a way to have more control over the way role lookups are populated via an ICF connector. I've been following the offical training labs, and running the recon results in lookup values like
Code // Decode
22~Administrator // ITResource~Administrator
22~Cashier // ITResource~Cashier
These are rather useless for my case. First of all, what on earth is that "22"? What is the point? It's added by ICF, having nothing to do with the endpoint, so now when the connector parses a role it has to strip the first part off to get the actual value that it returned in the first place.
0