Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions main/config/navigation/customize.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
}
]
},
{
"group": "Customize Portals",
"pages": [
"docs/customize/portals/overview",
"docs/customize/portals/configure"
]
},
{
"group": "Custom Domains",
"pages": [
Expand Down
16 changes: 16 additions & 0 deletions main/docs/customize/portals/configure.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Configure Portals"
description: "Learn how to configure Auth0 Universal Portals."
sidebarTitle: Configure Portals
---

import { ReleaseStageNotice } from "/snippets/ReleaseStageNotice.jsx"

<ReleaseStageNotice
feature="Auth0 Universal Portals"
stage="beta"
terms="true"
contact="Auth0 Support"
/>

To configure Auth0 Universal Portasl...
35 changes: 35 additions & 0 deletions main/docs/customize/portals/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "Portals Overview"
description: "Learn about Auth0 Universal Portals."
sidebarTitle: Overview
---

import { ReleaseStageNotice } from "/snippets/ReleaseStageNotice.jsx"

<ReleaseStageNotice
feature="Auth0 Universal Portals"
stage="beta"
terms="true"
contact="Auth0 Support"
/>

Auth0 Universal Portals is a hosted identity experience platform that allows customers to deploy pre-built, fully managed portals - profile management, organization settings, onboarding, and more - without writing code, hosting infrastructure, or maintaining custom UI.
It provides a visual editor to compose pages from pre-built identity components. Configure layout, navigation, and behavior visually.
It leverages Universal Components to provide pre-built, configurable components that encapsulate identity logic (profile management, MFA enrollment, org settings).

## Portals benefits



## Portals use cases

- Consumer portals, self-service experiences for end-users: profile management, security settings, MFA enrollment, password changes, etc.
- Business portals, self-service experiences for business customers managing their organization: SSO configuration, domain verification, invite team members, etc.
- Partner portals, self-service experiences for external partners operating within your ecosystem: onboarding and verification, resource management, performance analytics, payout tracking, compliance documentation, and communication with your platform team.
- Developer portals, self-service experiences for third-party developers and partners building on top of your platform: application registration, OAuth client creation, integration publishing, etc.
- Internal portals, support and operations teams acting on behalf of customers: password resets, session revocation, permission adjustments, account unlocks, etc.
- Public portals, anonymous experiences for users before they authenticate: signup flows, KYB/KYC onboarding, password reset, etc.

## Learn more

Read **[Configure Portals](/docs/customize/portals/configure)** to learn how to configure Auth0 Universal Portals.
Loading