> **Building with AI coding agents?** If you're using an AI coding agent, install the official Scalekit plugin. It gives your agent full awareness of the Scalekit API — reducing hallucinations and enabling faster, more accurate code generation.
>
> - **Claude Code**: `/plugin marketplace add scalekit-inc/claude-code-authstack` then `/plugin install <auth-type>@scalekit-auth-stack`
> - **GitHub Copilot CLI**: `copilot plugin marketplace add scalekit-inc/github-copilot-authstack` then `copilot plugin install <auth-type>@scalekit-auth-stack`
> - **Codex**: run the bash installer, restart, then open Plugin Directory and enable `<auth-type>`
> - **Skills CLI** (Windsurf, Cline, 40+ agents): `npx skills add scalekit-inc/skills --list` then `--skill <skill-name>`
>
> `<auth-type>` / `<skill-name>`: `agent-auth`, `full-stack-auth`, `mcp-auth`, `modular-sso`, `modular-scim` — [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Modular SSO

<FoldCard
  title="Add SSO to Express.js apps"
  iconKey="expressjs"
  href="https://github.com/scalekit-inc/nodejs-example-apps/tree/main/sso-express-example"
  variant="secondary"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Implement Scalekit SSO in a Node.js Express application. Includes middleware setup for secure session handling</p>
</FoldCard>

<FoldCard
  title="Add SSO to .NET Core apps"
  iconKey="dotnet"
  href="https://github.com/scalekit-inc/dotnet-example-apps"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Secure .NET Core applications with Scalekit SSO. Demonstrates authentication pipelines and user claims management</p>
</FoldCard>

<FoldCard
  title="Add SSO to Spring Boot apps"
  iconKey="java"
  href="https://github.com/scalekit-developers/scalekit-springboot-example"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Integrate Scalekit SSO with Spring Security. Shows how to configure security filters and protect Java endpoints</p>
</FoldCard>

<FoldCard
  title="Add SSO to Python FastAPI"
  iconKey="python"
  href="https://github.com/scalekit-developers/scalekit-fastapi-example"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Add enterprise SSO to FastAPI services using Scalekit. Includes async route protection and user session validation</p>
</FoldCard>

<FoldCard
  title="Add SSO to Go applications"
  iconKey="go"
  href="https://github.com/scalekit-developers/scalekit-go-example"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Implement Scalekit SSO in Go. Features idiomatically written middleware for securing HTTP handlers</p>
</FoldCard>

<FoldCard
  title="Add SSO to Next.js apps"
  iconKey="nextjs"
  href="https://github.com/scalekit-developers/scalekit-nextjs-demo"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Secure Next.js applications with Scalekit. Covers both App Router and Pages Router authentication patterns</p>
</FoldCard>

### Scalekit SSO + Your own auth system

<FoldCard
  title="Connect Firebase Auth with SSO"
  iconKey="firebase"
  href="https://github.com/scalekit-inc/scalekit-firebase-sso"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Enable Enterprise SSO for Firebase apps using Scalekit. Learn to link Scalekit identities with Firebase Authentication</p>
</FoldCard>

<FoldCard
  title="Connect AWS Cognito with SSO"
  iconKey="amazoncognito"
  href="https://github.com/scalekit-inc/scalekit-cognito-sso"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Add Enterprise SSO to Cognito user pools via Scalekit. Step-by-step guide to federating identity providers</p>
</FoldCard>

<FoldCard
  title="Cognito + Scalekit for Next.js"
  iconKey="amazoncognito"
  href="https://github.com/scalekit-inc/nextjs-example-apps/tree/main/cognito-scalekit"
        target="_blank"
  showCta={false}
  clickable={true}
>
    <p>Integrate Cognito and Scalekit SSO in Next.js. Uses OIDC protocols to secure your full-stack React application</p>
  </FoldCard>
## Admin portal

<FoldCard
  title="Embed admin portal"
  iconKey="nodejs"
  href="https://github.com/scalekit-inc/nodejs-example-apps/tree/main/embed-admin-portal-sample"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Embed the Scalekit Admin Portal into your app via **iframe**. Node.js example for generating secure admin sessions</p>
</FoldCard>

---

## More Scalekit documentation

| Resource | What it contains | When to use it |
|----------|-----------------|----------------|
| [/llms.txt](/llms.txt) | Structured index with routing hints per product area | Start here — find which documentation set covers your topic before loading full content |
| [/llms-full.txt](/llms-full.txt) | Complete documentation for all Scalekit products in one file | Use when you need exhaustive context across multiple products or when the topic spans several areas |
| [sitemap-0.xml](https://docs.scalekit.com/sitemap-0.xml) | Full URL list of every documentation page | Use to discover specific page URLs you can fetch for targeted, page-level answers |
