Skip to main content

2 posts tagged with "data"

View All Tags

How We Scaled Keycloak Event Storage with Logs, S3, and ClickHouse

· 12 min read
Phase Two
Hosted Keycloak and Keycloak Support

Every login, logout, failed password attempt, and admin change in Keycloak produces an event. That's exactly what you want for security auditing and product analytics — until you realize where Keycloak puts them: in the same relational database that your authentication path depends on. At scale, event storage becomes a problem you can't ignore. Here's how we solved it, and how the key piece — an MDC-logging EventStoreProvider — is open source so you can solve it too.

Why your startup should use Keycloak for SSO and User Management - Part 2: Data

· 4 min read
Phase Two
Hosted Keycloak and Keycloak Support
note

In this series we are proposing Keycloak as a superior alternative to commercial identity offerings.

Part 2 - Owning Your Data: Security, Privacy, and Control

In the age of data breaches and privacy concerns, owning and controlling your user data is not just a preference but a strategic imperative for organizations, particularly when it comes to Identity and Access Management (IAM) solutions. Let's explore the reasons why owning your data matters and the risks associated with entrusting it to a Software-as-a-Service (SaaS) solution.