I received a system to carry out maintenance and I needed to synchronize some data from the LDAP, currently it synchronizes with an Oracle and this has been the biggest problem with the system because when logging in it takes the Oracle user and LDAP password. I wanted to know if there is a way to synchronize or query the LDAP data and then play it to my postgres base using SpringBoot.
I'm new to SpringBoot, but it's up to me to solve this problem in the company.