keycloak-authservices
v1.0.0Keycloak administration and Keycloak.AuthServices .NET library development skills
by Oleksii NikiforovMIT673updated 2 months ago
Source
git clone https://github.com/NikiforovAll/keycloak-authorization-services-dotnetClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json├── skills/keycloak-administration/SKILL.md└── skills/keycloak-auth-services/SKILL.md
Skills2
Keycloak identity and access management (IAM) administration guidance — realm management, client configuration, authentication flows, authorization policies, security hardening, and troubleshooting. Use when configuring Keycloak, setting up SSO, managing realms/clients, troubleshooting authentication issues, or implementing RBAC. Trigger phrases include "Keycloak", "SSO", "OIDC", "SAML", "identity provider", "IAM", "realm", "access management".
Implementation guide for Keycloak.AuthServices .NET library — authentication (JWT Bearer, OIDC, RFC 8414), authorization (RBAC, resource protection, Authorization Server, organizations, multi-tenancy), Admin REST API SDK, Protection API SDK, and developer experience tooling (.NET Aspire, templates, OpenTelemetry). Trigger phrases include Keycloak.AuthServices, ProtectedResource, Admin SDK, Protection API, organization, RFC 8414, token introspection.
Manifests1
{
"name": "keycloak-authservices",
"description": "Keycloak administration and Keycloak.AuthServices .NET library development skills",
"version": "1.0.0",
"author": {
"name": "Oleksii Nikiforov"
},
"homepage": "https://github.com/NikiforovAll/keycloak-authorization-services-dotnet",
"license": "MIT"
}