Hi devs,
I've been working with some realm configurations and today I wanted to export all my work to a file so I tried to follow this:
After some failed attempts due to my custom federator, I've decided to SKIP users from the export using the SKIP property as described in the documentation but it didn't work at all, so I've checked the code that is performing the export action and found that the usersExportStrategy is not being taken from the configuration but it is just set to TRUE instead.
Look at the lines 65 and 83 in this file: