Skip to content

Conversation

@georgweiss
Copy link
Member

@georgweiss georgweiss commented Jan 12, 2026

This PR adds the ability to use multiple authentication managers, e.g. ldap together with in-memory or embedded ldap.

Example use case: to support a service account (configured in embedded ldap) that for any reason cannot be added to an OpenLDAP database.

To specify multiple authentication managers, the application property authenticationManager can be specified as a comma separated list, e.g.
-DauthenticationManager=ldap,embeddedLdap

The authentication process will attempt authentication in the order the managers are listed. Authentication fails if all managers reject credentials.

NOTE also includes a fix for the RSS endpoint (previously a separate PR, which has not been merged)

@georgweiss georgweiss requested a review from shroffk January 12, 2026 13:39
@georgweiss
Copy link
Member Author

Not needed, merged into #248

@georgweiss georgweiss closed this Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant