Closed groldan closed 1 year ago
Need to support multiple LDAP AuthenticationProviders.
AuthenticationProvider
Might need to aggregate them with a DelegatingReactiveAuthenticationManager in order to have a single bean for all LDAP providers.
DelegatingReactiveAuthenticationManager
Look at ActiveDirectoryLdapAuthenticationProvider, might need to configure it explicitly based on some externalized configuration option.
Closing as this has been implemented a long time ago
Need to support multiple LDAP
AuthenticationProvider
s.Might need to aggregate them with a
DelegatingReactiveAuthenticationManager
in order to have a single bean for all LDAP providers.Look at ActiveDirectoryLdapAuthenticationProvider, might need to configure it explicitly based on some externalized configuration option.