OAM is not using configured OUD store
Hi Gurus,
I needed to build a lab quickly to run few scenarios with OAM, and I decided to go with docker containers to stand up the lab.
All worked fine till the moment I tried to validate authentication against OAM. It turned out that OUD store I configured is not used by OAM, it still tries to find a user in the system identity store
[APP: oam_server] [partition-name: DOMAIN] [tenant-name: GLOBAL] Could not get user : user.99, idstore: UserIdentityStore1, with exception: oracle.igf.ids.EntityNotFoundException: Entity not found for the search filter (&(objectclass=person)(&(uid=user.99)))..
What would you recommend to check to fix the issue?