Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now 1. Introduction Keycloak is an open-source Identity and Access Management (IAM) tool that provides Single Sign-On (SSO), authentication, and authorization for applications and microservices.In your case, Keycloak is running…
Tag: Keycloak
Complete Guide: Migrating Legacy Wizbrand Users to Keycloak & Customizing Email Templates
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now When you integrated Keycloak SSO into Wizbrand, new users began being created in both Wizbrand and Keycloak.However, existing users (created before Keycloak integration) only exist in Wizbrand’s database.To unify…
Complete Guide: How to Customize and Brand Keycloak Email Templates
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Introduction Keycloak is an open-source Identity and Access Management solution that includes built-in email functionality for sending messages like password resets, email verification, and account actions. However, the default…
Fixing “Client not enabled to retrieve service account” in Keycloak (with Laravel example)
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Application logs MeaningYou tried to get a token with grant_type=client_credentials using a Keycloak client that does not have Service Accounts enabled (or isn’t confidential). Keycloak rejects it with unauthorized_client….
What is a Client Role in Keycloak?
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now In Keycloak, clients represent applications or services (like APIs, admin dashboards, or web apps) that want to use Keycloak for authentication and authorization. Each client can have its own…
Keycloak Realm Roles: A Comprehensive Guide for Developers
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Keycloak is an open-source identity and access management solution. It allows you to secure applications and services by managing users, roles, and permissions. One of the essential concepts in…
Keycloak Client Scopes & Mappers — Step‑by‑Step, Hands‑On Tutorial
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What you’ll learn Applies to: Keycloak 20+ (and newer). UI labels may differ slightly across versions, but concepts and steps remain the same. Quick mental model Prerequisites Tip: Use…
Adding Group Membership Claims in Keycloak for wizbrand
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now This guide explains how to configure Keycloak so that your Laravel app (wizbrand-web) receives organization and role membership in the user’s token. We’ll use Groups to represent organizations and…
Complete Tutorial: Installing and Running Keycloak on Windows
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Keycloak is an open-source Identity and Access Management (IAM) solution that provides features like Single Sign-On (SSO), user federation, social login, and fine-grained access control. In this tutorial, we’ll…
Authentication + Org Selection in Wizbrand using keycloak
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Authentication + Org Selection — the happy path 1. GET / (User → wizbrand-web)No local session? The app kicks off OIDC. 2. Redirect to Auth (wizbrand-web → Keycloak)Auth Code…
