Overview of Keycloak Quickstarts categories
mainThe Keycloak Quickstarts repository provides small, specific, working examples for securing applications and extending Keycloak server capabilities. The examples are organized into the following categories:
| Category | Description |
|---|---|
extension | Examples of extending server capabilities using Keycloak SPIs |
jakarta | Examples for securing Jakarta Applications |
js | Examples for securing JavaScript Applications |
nodejs | Examples for securing NodeJS Applications |
proxy | Examples for deploying Keycloak behind a reverse proxy |
spring | Examples for securing Spring Applications |
For Quarkus-specific security implementations, refer to the official Quarkus guides for Client Application and Resource Server Application security.