Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[microservice] Add auth-mode ldap to enable authentication based on LDAP #35

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

eidottermihi
Copy link
Member

@eidottermihi eidottermihi commented May 27, 2024

Description

Adds a new configuration option ldap for app.auth-mode.

This auth-mode essentially forces API clients to pass valid credentials constisting of userDn/password of an LDAP user as HTTP Basic auth, e.g.: username = cn=admin,dc=example,dc=org / password = s3cret

Those credentials are then used for the LdapContextSource/LdapTemplate of Spring LDAP.

Reference

Issues #4

@eidottermihi eidottermihi added the enhancement New feature or request label May 27, 2024
@eidottermihi eidottermihi marked this pull request as draft May 28, 2024 14:57
@eidottermihi eidottermihi changed the title WIP: add auth-mode LDAP for LDAP passthrough auth option, #4 [microservice] Add auth-mode ldap to enable authentication based on LDAP May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant