OIM 11g username generate policy issue
Hi Guys
Im testing oim11g and im stuck on creating a custom username generation policy.
I have created the plug-in etc and works fine. The problem is that, it seems by default, only firstname, lastname and email are available for use during the username generation. But i want more attributes to generate the username i.e. employee number
I have looked into the request dataset etc and it seems as if employee number is part of the createUserDataset.xml. Do you have any pointers on where i can look to make this attribute available in the plugin as part of the HashMap that is returned when you execute the getUsernameFromPolicy method? Do we need to use APIs for this?
Ta.