Files
TechradarDev/radar/2023-02-23/ldap-login.md
2024-03-12 14:31:48 +01:00

16 lines
604 B
Markdown

---
title: "LDAP Login"
ring: hold
quadrant: platforms-and-aoe-services
tags: [devops, security]
---
For years, we used LDAP Login mechanisms to authenticate our employees.
While this worked as some kind of "single credential" model, it does not support extended Security features such as
WebAuthN, Multi-Factor Authentication, etc.
These we do prefer to use integrations using OpenID Connect into SSO solutions such
as [Bare.ID](/platforms-and-aoe-services/bareid/) or [Keycloak](/tools/keycloak/), which provide proper
authentication and federation for multiple identity sources.