LDAP integration with With Spring Security and SSO

Hi Devs,
Been scratching my head all day long may be some one can help me here.
I have a Spring boot app with Spring Security, everything has been running well till i needed to switch to LDAP.
Ofocourse as suggested i added the following beans,

1.AdministratorAuthorizationPlugin
2.LdapIdentityProviderPlugin

My application starts well and shows that
PLUGIN LdapIdentityProviderPlugin activated on process engine default
My Question is how do i authenticate Camunda with the default administer to login into camunda webapps,
My application has other functionality that i login into with springsecurity.

Thanks,