keycloak
Installation
SKILL.md
Keycloak
Keycloak is an open-source identity and access management solution. It's used by developers and organizations to add authentication and authorization to applications and services. It handles user login, registration, and single sign-on, reducing the need to build these features from scratch.
Official docs: https://www.keycloak.org/documentation
Keycloak Overview
- Realm
- Client
- User
- Group
- Role
Use action names and parameters as needed.
Working with Keycloak
This skill uses the Membrane CLI to interact with Keycloak. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.