From d2989f2bbd378a1b89440ab20988976778c2ccc2 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 14 Jul 2026 11:41:51 +0200 Subject: [PATCH 1/2] feat: add Customize Portals navigation group with stub pages Co-Authored-By: Claude Sonnet 4.6 (1M context) --- main/config/navigation/customize.json | 7 +++++++ main/docs/customize/portals/configure.mdx | 4 ++++ main/docs/customize/portals/overview.mdx | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 main/docs/customize/portals/configure.mdx create mode 100644 main/docs/customize/portals/overview.mdx diff --git a/main/config/navigation/customize.json b/main/config/navigation/customize.json index ff5fe08b14..b3e57c724e 100644 --- a/main/config/navigation/customize.json +++ b/main/config/navigation/customize.json @@ -69,6 +69,13 @@ } ] }, + { + "group": "Customize Portals", + "pages": [ + "docs/customize/portals/overview", + "docs/customize/portals/configure" + ] + }, { "group": "Custom Domains", "pages": [ diff --git a/main/docs/customize/portals/configure.mdx b/main/docs/customize/portals/configure.mdx new file mode 100644 index 0000000000..3139c025ce --- /dev/null +++ b/main/docs/customize/portals/configure.mdx @@ -0,0 +1,4 @@ +--- +title: "Configure Portals" +description: "Learn how to configure portals in Auth0." +--- diff --git a/main/docs/customize/portals/overview.mdx b/main/docs/customize/portals/overview.mdx new file mode 100644 index 0000000000..f13a3df7bc --- /dev/null +++ b/main/docs/customize/portals/overview.mdx @@ -0,0 +1,4 @@ +--- +title: "Portals Overview" +description: "Learn about customizing portals in Auth0." +--- From 0a7fcbcc97600df8641729d17cf6e25a5caf0da8 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 14 Jul 2026 12:59:53 +0200 Subject: [PATCH 2/2] Draft articles --- main/docs/customize/portals/configure.mdx | 14 +++++++++- main/docs/customize/portals/overview.mdx | 33 ++++++++++++++++++++++- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/main/docs/customize/portals/configure.mdx b/main/docs/customize/portals/configure.mdx index 3139c025ce..858f07f8e8 100644 --- a/main/docs/customize/portals/configure.mdx +++ b/main/docs/customize/portals/configure.mdx @@ -1,4 +1,16 @@ --- title: "Configure Portals" -description: "Learn how to configure portals in Auth0." +description: "Learn how to configure Auth0 Universal Portals." +sidebarTitle: Configure Portals --- + +import { ReleaseStageNotice } from "/snippets/ReleaseStageNotice.jsx" + + + +To configure Auth0 Universal Portasl... \ No newline at end of file diff --git a/main/docs/customize/portals/overview.mdx b/main/docs/customize/portals/overview.mdx index f13a3df7bc..16d164bc7d 100644 --- a/main/docs/customize/portals/overview.mdx +++ b/main/docs/customize/portals/overview.mdx @@ -1,4 +1,35 @@ --- title: "Portals Overview" -description: "Learn about customizing portals in Auth0." +description: "Learn about Auth0 Universal Portals." +sidebarTitle: Overview --- + +import { ReleaseStageNotice } from "/snippets/ReleaseStageNotice.jsx" + + + +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.