plugins marketplace
← All plugins

keycloak-authservices

v1.0.0

Keycloak administration and Keycloak.AuthServices .NET library development skills

Claude Code2 skills

by Oleksii NikiforovMIT673updated 2 months ago

Source

git clone https://github.com/NikiforovAll/keycloak-authorization-services-dotnet

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

keycloak-authservices/
├── .claude-plugin/plugin.json
├── skills/keycloak-administration/SKILL.md
└── skills/keycloak-auth-services/SKILL.md

Skills2

keycloak-administrationskills/keycloak-administration/SKILL.md

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".

keycloak-auth-servicesskills/keycloak-auth-services/SKILL.md

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

.claude-plugin/plugin.json
{
  "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"
}