From d06e3e8f6206448f53ea390c20dc39b4e68a21ff Mon Sep 17 00:00:00 2001 From: Avery Mcnab Date: Wed, 11 Feb 2026 21:41:13 +0000 Subject: [PATCH] Add example config for Keycloak --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5e0067e..9f0d43e 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,14 @@ Example for self-hosted Authentik: - **Name Key**: `name` - **Email Key**: `email` - **User ID Key**: `sub` + +Example for Keycloak: + +- **Authorize URL**: `https://keycloak.domain.tld/realms//protocol/openid-connect/auth` +- **Token URL**: `https://keycloak.domain.tld/realms//protocol/openid-connect/token` +- **User API URL**: `https://keycloak.domain.tld/realms//protocol/openid-connect/userinfo` +- **Scopes**: `openid profile email` +- **Username Key**: `preferred_username` +- **Name Key**: `name` +- **Email Key**: `email` +- **User ID Key**: `sub`