Skip to content

Instantly share code, notes, and snippets.

View Sengeki1's full-sized avatar
:shipit:

Marco Soares Sengeki1

:shipit:
View GitHub Profile
@Sengeki1
Sengeki1 / keycloak-install.md
Last active September 4, 2025 16:57 — forked from john-clark/keycloak-install.md
Keycloak on Debian GNU/Linux 12 (Bookworm)

Introduction

Keycloak is an open-source Identity and Access Management (IAM) solution that supports single sign-on (SSO), identity federation, and fine-grained access control. This guide demonstrates installing Keycloak on Debian with PostgreSQL as the database and running it as a dedicated system service.

Install Java

apt-get update
apt-get install -y default-jdk