I have a new IGIM Identity collector that is failing to register as a consumer for user objects. Oddly, it is registering for group changes, but not for users. In the collector, its configured to collect identity info, and the parameters all seem correct - when i kick off a manual collection, its retrieves data and identity just fine, but when I go look at the driver filter, its missing user objects. Similarly, when I look at the consumers that are registered with the rest endpoint, its missing a user consumer.
Any thoughts on how to force the collector to re-register, or see how/why its failing to self-register? It's odd that it partially registers, so I don't know if its the collector failing, or if the driver is failing. Trace didn't have anything interesting. Do I need to crank up debug in the tomcat log?
--Jim