web-security

iarenaza 2025-01-27T22:32:28.319619Z

We use Keyclock when we need on-premises deployments, or need multi-language or heavily customized UIs. Otherwise, we use the cloud provider auth service (AWS Cognito, Azure Entra Id, etc.). Always using them as OpenId Connect identity providers.

👍 1
Drew Verlee 2025-01-27T03:55:11.657689Z

Whats everyone's favorite auth server solution? I have used KeyCloak, i'm curious what others found. My intuition is that it's ideal to use an auth server, or trying to add auth to your system, does that feel right? Or are people happy using some kind of cyrpto functionality in PostgreSQL?