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`