By scalekit-inc
Modular SSO flows using Scalekit for apps with existing user management, including IdP-initiated login and enterprise onboarding.
Implements Scalekit's admin portal for customer self-serve SSO and SCIM configuration. Generates portal links server-side and embeds the portal as an iframe in the app's settings UI. Use when the user asks to add an admin portal, customer self-serve SSO setup, iframe embed for SSO config, shareable setup link, or let customers configure their own SSO or SCIM connection.
Implements complete SSO and authentication flows using Scalekit. Handles modular SSO, IdP-initiated login, user session management, and enterprise customer onboarding. Use when adding authentication, SSO, SAML, OIDC, or user login to applications.
Walks through a structured production readiness checklist for Scalekit SSO implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, hardening their SSO setup, or wants to verify their Scalekit implementation is production-ready.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Scalekit Auth Plugins for Claude Code โ the auth stack for agents.
Add SSO, SCIM, MCP Auth, agent auth, and tool-calling from your Claude Code editor.
Setting up auth for B2B and AI apps is complex. Between auth flows, SSO providers, SCIM provisioning, MCP auth, and securing AI agents, most developers spend weeks on auth instead of shipping features with confidence.
This plugin adds the complete Scalekit auth stack to your projects โ whether that's a B2B app, AI agent, or MCP server โ directly from Claude Code.

# Start Claude REPL
claude
# Add Scalekit Auth Stack marketplace
/plugin marketplace add scalekit-inc/claude-code-authstack
# Run the plugins wizard
/plugin
| Plugin | Description |
|---|---|
| Dryrun | Validate auth and provisioning flows before deployment. Test your configuration against real identity providers without touching production. |
| MCP Auth | Add OAuth 2.1 authorization to Model Context Protocol servers. Guides you through token handling, refresh flows, and scope management. |
| Modular SSO | Integrate enterprise SSO providers (Okta, JumpCloud, Entra ID, etc.). Support 20+ identity providers without writing SAML parsers. |
| Modular SCIM | Enable user provisioning and directory sync. Let customers provision users automatically from their identity provider. |
| Full Stack Auth | Complete authentication setup for web applications. End-to-end auth including login pages, session management, and protected routes. |
| Agent Auth | Secure authentication for AI agents and services. OAuth flows designed for AI agents with token persistence and refresh logic. |
After installing the marketplace, choose a plugin based on your use case:
/plugin install mcp-auth
Use this to secure your MCP servers with OAuth 2.1 authorization.
/plugin install modular-sso
Use this to add SAML/OIDC SSO with providers like Okta, JumpCloud, or Entra ID.
/plugin install agent-auth
Use this to add authentication for AI agents that act on behalf of users.
/plugin install modular-scim
Use this to enable SCIM directory sync for automatic user provisioning.
.
โโโ plugins/
โ โโโ dryrun/ # Validate auth flows before deployment
โ โโโ mcp-auth/ # OAuth 2.1 for MCP servers
โ โโโ modular-sso/ # Enterprise SSO integration
โ โโโ modular-scim/ # SCIM provisioning
โ โโโ full-stack-auth/ # Complete web app auth
โ โโโ agent-auth/ # AI agent authentication
โโโ images/ # Documentation images
โโโ AGENTS.md # Contribution guidelines
โโโ LICENSE # MIT License
client_id and client_secretContributions are welcome! Please see AGENTS.md for contribution guidelines.
git checkout -b feature/my-pluginThis project is licensed under the MIT license. See the LICENSE file for more information.
Scalekit actions playground in your Claude Code
SCIM webhook provisioning with Scalekit for real-time user and group lifecycle management.
OAuth 2.1 authorization for MCP servers using Scalekit to protect tools used by AI IDEs and agents.
Implements Scalekit Agent Auth so AI agents can act in third-party apps (Gmail, Slack, Calendar, Notion) on behalf of users.
Production-ready authentication flows (sign-up, login, logout, sessions) using Scalekit full-stack auth across common stacks.
npx claudepluginhub scalekit-inc/claude-code-authstack --plugin modular-ssoWorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.
Claude Code skill pack for Clerk authentication (24 skills)
Auth0 skills for quickstarts, migration, MFA, branding, custom domains, Advanced Custom Universal Login (ACUL) screen generation, and framework-specific SDK integrations for React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, Flask, Go, Spring Boot, Java MVC, Swift, Android, ASP.NET Core, React Native, Expo, Ionic React (Capacitor), Ionic Angular (Capacitor), and Ionic Vue (Capacitor).
Authentication and security specialist for JWT implementation, OAuth2 flows, refresh tokens, session management, password hashing (bcrypt, argon2), 2FA, SSO, and security best practices. Use when implementing authentication, authorization, or security features.
Complete authentication platform with OAuth, organizations, and billing
OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors.