georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 6 forks source link

Support configuring multiple LDAP/ActiveDirectory AuthenticationProviders #11

Closed groldan closed 1 year ago

groldan commented 2 years ago

Need to support multiple LDAP AuthenticationProviders.

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.

groldan commented 1 year ago

Closing as this has been implemented a long time ago