zitadel/internal/idp/providers/ldap
Livio Spring 1b0e773ceb
fix(ldap): add more logs (#8197)
# Which Problems Are Solved

In case the user bind (user password check for LDAP IdP) fails, there's
no information about what went wrong.
This makes it hard to even impossible to find the cause.

# How the Problems Are Solved

Added logging of the error.

# Additional Changes

Additionally added a log in case no single user (none / multiple) are
found.

# Additional Context

- reported internally
2024-06-25 19:04:10 +00:00
..
ldap_test.go feat: ldap provider login (#5448) 2023-03-24 15:18:56 +00:00
ldap.go fix: improve login_hint usage on IDPs (#6899) 2023-11-13 09:25:26 +01:00
session_test.go feat: add ldap external idp to login api (#5938) 2023-08-16 11:29:57 +00:00
session.go fix(ldap): add more logs (#8197) 2024-06-25 19:04:10 +00:00
user.go feat: add ldap external idp to login api (#5938) 2023-08-16 11:29:57 +00:00