Choosing the Best Authorization Flows for Your App
Understand and recognize the current OAuth and OIDC Authorization flows to secure your frontend applications effectively
Understand and recognize the current OAuth and OIDC Authorization flows to secure your frontend applications effectively
In a world where “Top 10” lists are pretty common, we will take a path less traveled. Let’s explore the top 11 IDaaS providers, showcasing those who lead not just in innovation and service but also in market presence and influence. What is IDaaS? Identity-as-a-Service (IDaaS) is a cloud-based solution that manages digital identities and … Read more
Explore the ultimate guide on Keycloak multi-tenancy, comparing Monorealmism and Polyrealmism, and discover solutions to enhance security and manageability.
I was recently discussing upcoming cybersecurity trends, and one topic kept popping up: Zero Trust. It’s a paradigm shift in how we secure our systems, and understanding it is crucial for developers, DevOps engineers, and dev managers alike. Before diving into Zero Trust, let’s revisit the traditional approach to network security, often referred to as … Read more
I recently received the question: Can I use the Master Realm for my users? Let’s dive in to figure out whether it’s a good idea. TL;DR: No with some proof. Keycloak, a widely-used Identity and Access Management (IAM) solution, offers powerful capabilities for authenticating and managing users in your applications. One concept at the core … Read more
Learn to set up Keycloak behind a reverse proxy with essential parameters and example Nginx settings in this guide, ensuring a successful configuration.
Coming from a Site Reliability Engineering (SRE) background, I often hear questions about the best way to upgrade an application in production. In this blog post, we’ll explore multiple strategies tailored to different scenarios on how you cloud upgrade your Keycloak instance/clusters. We won’t delve into details, but each option will be discussed in subsequent … Read more
Let’s dive into the costs and considerations of managing a high-availability Keycloak cluster on-premises versus cloud hosting.
Are you considering upgrading your Keycloak or PostgreSQL versions but worried about potential compatibility issues? This step-by-step guide will walk you through how to use Docker-compose to test different Keycloak versions against various PostgreSQL versions, ensuring a smooth and safe upgrade process. Why Compatibility Testing is Crucial Before diving into the technical process, it’s essential … Read more