Skip to content

Auth0 Enterprise Connect#1590

Open
avanscoy wants to merge 2 commits into
mainfrom
feat/docs-5551-enterprise-connect
Open

Auth0 Enterprise Connect#1590
avanscoy wants to merge 2 commits into
mainfrom
feat/docs-5551-enterprise-connect

Conversation

@avanscoy

Copy link
Copy Markdown
Contributor

Description

This PR contains the first draft of Auth0 Enterprise Connect, the enterprise-ready B2B layer.

References

Testing

Checklist

  • I've read and followed CONTRIBUTING.md.
  • I've tested the site build for this change locally.
  • I've made appropriate docs updates for any code or config changes.
  • I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

@avanscoy
avanscoy requested a review from a team as a code owner July 21, 2026 19:33
@avanscoy avanscoy added main-docs Changes related to auth0's main docs (https://auth0.com/docs) WIP labels Jul 21, 2026
@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Status Count
🔍 Total 8
✅ Successful 0
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 8
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0
Full Github Actions output

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟢 Ready View Preview Jul 21, 2026, 7:38 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-dev 🟢 Ready View Preview Jul 21, 2026, 7:39 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-staging 🟢 Ready View Preview Jul 21, 2026, 7:39 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟡 Building Jul 21, 2026, 7:33 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-dev 🟡 Building Jul 21, 2026, 7:33 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0-docs-staging 🟡 Building Jul 21, 2026, 7:33 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@milan-khan milan-khan left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some review comments for the doc

sequenceDiagram
actor User
participant App as Customer App
participant Auth0 as Auth0 Enterprise Connect

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also a participant: "Customer Auth Server" which is the identity provider for the Customer App.
The Customer Auth Server integrates with Auth0 Enterprise Connect via the b2b_integration.

participant IdP as Enterprise IdP

User->>App: Enters email address
App->>Auth0: Domain discovery (WebFinger)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The domain discovery is an Early Access feature - not in Beta.


1. Select your agreement as Custom or Personal Account.
2. Give the tenant a unique name under Tenant Domain. Your tenant name cannot be changed.
3. Under Tenant Type, select **Enterprise Connect Tenant**.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "tenant type" property doesn't exist.
For beta customers, they have to have the feature enabled by Auth0.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This means the customer needs to contact their Auth0 representative to get their tenant enabled. See: https://oktainc.atlassian.net/wiki/spaces/IAMEF/pages/1015250964/Customer+onboarding+for+Enterprise+Connect+Beta


1. Navigate to [**Auth0 Dashboard > Applications > B2B Integrations**](https://manage.auth0.com/#/b2b-integrations).
2. Select **Enterprise Connect Integration**.
3. In the editor, add an integration name for your existing authorization server. This name cannot be changed.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name can be changed

1. Navigate to [**Auth0 Dashboard > Applications > B2B Integrations**](https://manage.auth0.com/#/b2b-integrations).
2. Select **Enterprise Connect Integration**.
3. In the editor, add an integration name for your existing authorization server. This name cannot be changed.
4. Select the integration type: a customer authorization server you've built, or a managed authorization server from a third-party such as Keycloak.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not name a provider (Keycloak) here.

4. Select the integration type: a customer authorization server you've built, or a managed authorization server from a third-party such as Keycloak.
5. Select a protocol: OpenID Connect (OIDC) or SAML protocols.
6. Add the provided endpoint(s) to your IdP's configuration to make Auth0 an OIDC identity provider.
7. Add the callback URL from your application so Auth0 can route your users after authentication.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

callback url for your IdP


### Update an existing tenant

Use the following guidelines to enable Enterprise Connect on an existing tenant.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

main-docs Changes related to auth0's main docs (https://auth0.com/docs) WIP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants