---
name: "@auth0"
slug: "auth0"
description: "Official Auth0 Universal Components registry providing pre-built embeddable UI for enterprise-grade authentication flows: SSO login, MFA enrollment, and organization management screens. Designed to accelerate integration of Auth0's identity platform directly into React/Next.js apps with shadcn/ui styling. Requires an Auth0 account; components shell out to Auth0's authentication APIs. Free to use as components; Auth0 platform costs apply per MAU. Use for: enterprise SaaS applications that need fully branded, compliant SSO and MFA flows without building custom OAuth/SAML UI from scratch."
category: "Auth/identity"
tags: ["ai", "auth", "forms", "pro-available", "saas", "tables", "theming"]
framework: "react"
license: null
author: "auth0"
website: "https://auth0.com"
github: "https://github.com/auth0"
registry: "https://ui.auth0.com/r/registry.json"
pro: true
pro_url: "https://auth0.com/pricing/"
github_stars: null
component_count: 6
generated_at: "2026-07-28T08:00:50.948Z"
---

# @auth0

Official Auth0 Universal Components registry providing pre-built embeddable UI for enterprise-grade authentication flows: SSO login, MFA enrollment, and organization management screens. Designed to accelerate integration of Auth0's identity platform directly into React/Next.js apps with shadcn/ui styling. Requires an Auth0 account; components shell out to Auth0's authentication APIs. Free to use as components; Auth0 platform costs apply per MAU. Use for: enterprise SaaS applications that need fully branded, compliant SSO and MFA flows without building custom OAuth/SAML UI from scratch.

## Links

- Website: https://auth0.com
- GitHub: https://github.com/auth0
- Registry JSON: https://ui.auth0.com/r/registry.json
- Directory page: https://sh4dcn.vercel.app/registry/auth0
- This file: https://sh4dcn.vercel.app/md/auth0.md
- Pro / pricing: https://auth0.com/pricing/

## Install

```sh
# add the whole registry (shadcn CLI)
npx shadcn@latest add https://ui.auth0.com/r/registry.json
pnpm dlx shadcn@latest add https://ui.auth0.com/r/registry.json
bunx shadcn@latest add https://ui.auth0.com/r/registry.json
# clone the source repo
git clone https://github.com/auth0.git
# fetch the raw registry index
curl -s https://ui.auth0.com/r/registry.json
```

## Components (6)

| name | type | description | install |
| --- | --- | --- | --- |
| my-account/user-mfa-management | registry:block | A block for managing Multi-Factor Authentication (MFA) factors, including enrollment and deletion. | `npx shadcn@latest add https://ui.auth0.com/r/my-account/user-mfa-management.json` |
| my-organization/organization-details-edit | registry:block | A block for managing organization details, including editing organization settings and branding, with delete functionality. | `npx shadcn@latest add https://ui.auth0.com/r/my-organization/organization-details-edit.json` |
| my-organization/domain-table | registry:block | A block for managing organization domains, including creating, verifying, configuring identity providers, and deleting domains. | `npx shadcn@latest add https://ui.auth0.com/r/my-organization/domain-table.json` |
| my-organization/sso-provider-table | registry:block | A block for managing SSO identity providers in a table format, including create, edit, delete, enable/disable, and remove from organization capabilities. | `npx shadcn@latest add https://ui.auth0.com/r/my-organization/sso-provider-table.json` |
| my-organization/sso-provider-create | registry:block | A multi-step wizard for creating SSO identity providers with support for multiple strategies including SAMLP, OIDC, ADFS, Okta, Google Workspace, Azure AD, and… | `npx shadcn@latest add https://ui.auth0.com/r/my-organization/sso-provider-create.json` |
| my-organization/sso-provider-edit | registry:block | A comprehensive block for editing SSO identity providers with tabs for provider configuration, SCIM provisioning settings, and domain management. Includes toke… | `npx shadcn@latest add https://ui.auth0.com/r/my-organization/sso-provider-edit.json` |

## For AI agents

```text
You are adding components from @auth0 to a shadcn-compatible project.
1. Read this file (https://sh4dcn.vercel.app/md/auth0.md) for the component list.
2. Fetch the machine-readable index: https://ui.auth0.com/r/registry.json
3. Install a single component with its install command from the table above.
4. Full structured record: https://sh4dcn.vercel.app/json (library slug: auth0).
```
