Skip to content

Commit e887d2f

Browse files
author
Katie Horne
committed
Remove refs to Appliance
Remove references Fix links Fix redirects
1 parent f324574 commit e887d2f

27 files changed

+64
-54
lines changed

STYLEGUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ For general software-industry styles and terminology, see the [Microsoft Writing
191191
* Tenant: a logical isolation unit of the products we offer. Examples of Auth0 tenants: `foo.auth0.com`, `bar.auth0.com`
192192
* Auth0 tenants: regular cloud tenants
193193
* Subscription: a contract or service plan. Examples of subscriptions: trial, free, developer or developer-pro
194-
* Private instances: appliance instances
194+
* Private Cloud/Managed Private Cloud: single-tenant deployments

WORDS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ When writing about tokens, capitalize specific token names as follows:
3939
* Access Token
4040
* Refresh Token
4141

42-
#### Within Appliance subscriptions
42+
#### Within Private Cloud subscriptions
4343

4444
* **Auth0 tenants** refers to regular cloud tenants
45-
* **Private instances** refers to appliance instances
45+
* **Private Cloud** or **Managed Private Cloud** refers to single-tenant deployments
4646

4747
### TL;DR
4848

articles/api/management/v2/changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This document describes the major differences between Auth0's Management API v1
7676
| [GET /api/connections/{connection}/users?search={criteria}](/api/v1) | None. | [GET /api/v2/users](/api/v2#!/Users/get_users) (see note) |
7777

7878
::: note
79-
For PSaaS Appliance (search_engine:v1), use `connection` field; for cloud (search_engine:v2), use `q=identities.connection:"connection_name"`
79+
For Private Cloud (search_engine:v2), use `q=identities.connection:"connection_name"`
8080
:::
8181

8282
### Rules endpoints

articles/appliance/disaster-recovery-raci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following table details the task division for configuring, creating, and mon
126126
<td>Restore the Data Backup</td>
127127
<td>R, C</td>
128128
<td>I</td>
129-
<td>Please open a ticket in the <a href="${env.DOMAIN_URL_SUPPORT}">Auth0 Support Center</a> to request assistance with restoring a backup. Auth0 Customer Success Engineers will review your request, and if necessary, partner with the subscriber's infrastructure engineers to restore the environment. Please note that, in certain cases, a <a href="/services/private-saas-configuration">Professional Services</a> fee may apply.</td>
129+
<td>Please open a ticket in the <a href="${env.DOMAIN_URL_SUPPORT}">Auth0 Support Center</a> to request assistance with restoring a backup. Auth0 Customer Success Engineers will review your request, and if necessary, partner with the subscriber's infrastructure engineers to restore the environment. Please note that, in certain cases, a <a href="/services/private-cloud-configuration">Professional Services</a> fee may apply.</td>
130130
</tr>
131131
</tbody>
132132
</table>

articles/applications/guides/enable-third-party-applications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you use Lock in the [Hosted Login Page](/hosted-pages/login), you must:
2323

2424
- Upgrade to Lock version 10.7.x or later
2525
- Set the `__useTenantInfo: config.isThirdPartyClient` flag when instantiating Lock
26-
- *For [PSaaS Appliance](/appliance) users only*: Set the [`configurationBaseUrl` option](https://github.com/auth0/lock#other-options) to `https://{config.auth0Domain}/` when instantiating Lock
26+
- *For [Private Cloud](/private-cloud) users only*: Set the [`configurationBaseUrl` option](https://github.com/auth0/lock#other-options) to `https://{config.auth0Domain}/` when instantiating Lock
2727

2828
### Sample script:
2929

articles/compliance/gdpr/features-aiding-compliance/protect-user-data.md

+20-6
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,26 @@ For details see [Step-up Authentication](/multifactor-authentication/step-up-aut
9393

9494
Auth0 is designed and built as a scalable, highly available, multi-tenant cloud service. We are highly resilient to the failure of any of our components, because we implement redundant components at all levels. We also detect failures rapidly and our failover is very quick.
9595

96-
We support four deployment models:
97-
98-
- A **multi-tenant cloud service** running on Auth0's cloud
99-
- A **dedicated cloud service** running on Auth0's cloud
100-
- A **dedicated cloud service** running on Customer's cloud infrastructure
101-
- An **on-premises virtual [Private SaaS (PSaaS) Appliance](/appliance)** running on Customer's private environment (for the cases where a public cloud-based solution is not acceptable).
96+
We support three deployment models:
97+
98+
<table class="table">
99+
<tr>
100+
<th>Deployment</th>
101+
<th>Description</th>
102+
</tr>
103+
<tr>
104+
<td>Public Cloud</td>
105+
<td>A multi-tenant cloud service running on Auth0's cloud</td>
106+
</tr>
107+
<tr>
108+
<td>Private Cloud</td>
109+
<td>A dedicated cloud service running on Auth0's cloud</td>
110+
</tr>
111+
<tr>
112+
<td>Managed Private Cloud</td>
113+
<td>A dedicated cloud service running on either Auth0's cloud or the customer's AWS cloud infrastructure</td>
114+
</tr>
115+
</table>
102116

103117
You decide which deployment model works best for you based on your business and security requirements.
104118

articles/connector/troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ When the domain does not exist or is unreachable `nltest` will return an error m
8585

8686
### UNABLE_TO_VERIFY_LEAF_SIGNATURE error message
8787

88-
This error applies to the AD/LDAP Connector in combination with the PSaaS Appliance.
88+
This error applies to the AD/LDAP Connector in combination with the Private Cloud.
8989

90-
When the connector will fail to start if unable to validate the SSL certificate configured in the PSaaS Appliance. This can happen when the Root Certificate (or any Intermediate Certificates) are missing in the machine's Certificate Store (Windows). In order to solve this you should import the certificate chain in the **Local Machine > Trusted Root** certificate store on the machine where the AD/LDAP Connector is installed.
90+
When the connector will fail to start if unable to validate the SSL certificate configured in the Private Cloud. This can happen when the Root Certificate (or any Intermediate Certificates) are missing in the machine's Certificate Store (Windows). In order to solve this you should import the certificate chain in the **Local Machine > Trusted Root** certificate store on the machine where the AD/LDAP Connector is installed.
9191

9292
### Running the connector behind a proxy
9393

articles/custom-domains/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ useCase: customize-domains
99
---
1010
# Custom Domains
1111

12-
::: warning
13-
PSaaS Appliance customers should see [this page](/appliance/custom-domains) for information on using custom domains.
14-
:::
15-
1612
Auth0 allows you to map the domain for your tenant to a custom domain of your choosing. This allows you to maintain a consistent experience for your users by keeping them on your domain instead of redirecting or using Auth0's domain.
1713

1814
For example, if your Auth0 domain is **northwind.auth0.com**, you can have your users to see, use, and remain on **login.northwind.com**.
1915

2016
It is recommended that you use custom domains with Universal Login for the most seamless and secure experience for your end users. Check the [Universal Login documentation](/hosted-pages/login) to see if your plan and use case support custom domains.
2117

18+
::: warning
19+
Private Cloud customers should see [this page](/appliance/custom-domains) for information on using custom domains.
20+
:::
21+
2222
## Prerequisites
2323

2424
* This feature is not available for free plans. To configure a custom domain you have to [upgrade your account to any paid plan](${manage_url}/#/tenant/billing/subscription)

articles/email/templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ See [Configuring the Redirect To URL](#configuring-the-redirect-to-url) for more
7272
Users will see the sender's address in the **From Address** field when receiving an email from Auth0. If you do not configure a **From Address** for your emails your emails will be sent from the email address of the first owner of your Auth0 account.
7373

7474
::: note
75-
For security purposes, you may not send customized emails from any `@auth0.com` address. If you are a PSaaS Appliance user, you may configure a similar domain blacklist.
75+
For security purposes, you may not send customized emails from any `@auth0.com` address. If you are a Private Cloud user, you may configure a similar domain blacklist.
7676
:::
7777

7878
The **From Address** field supports all the [common variables](#common-variables) for templates, but these are the most commonly used:

articles/extensions/delegated-admin/v2/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ useCase: extensibility-extensions
1515

1616
The **Delegated Administration** extension allows you to grant a select group of people administrative permissions to the [Users page](${manage_url}/#/users) without providing access to any other area. This is done by exposing the [Users Dashboard](${manage_url}/#/users) as an Auth0 application.
1717

18-
:::panel PSaaS Appliance Availability
19-
The Delegated Administration extension is available for [PSaaS Appliance](/appliance) customers who are running build `10755` or later, and have User Search enabled.
20-
:::
21-
2218
Prior to configuring the extension, you will need to:
2319

2420
* [Create and configure an Auth0 Application](#create-an-application)

articles/extensions/delegated-admin/v3/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ The **Delegated Administration** extension allows you to grant a select group of
1717

1818
Follow this tutorial to learn how to expose the Users dashboard to a group of users without allowing them access to the rest of the management dashboard.
1919

20-
:::panel PSaaS Appliance Availability
21-
The Delegated Administration extension is available for [PSaaS Appliance](/appliance) customers who are running build `10755` or later, and have User Search enabled.
22-
:::
23-
2420
Prior to configuring the extension, you will need to:
2521

2622
* [Create and configure an Auth0 Application](#create-an-application)

articles/extensions/user-import-export.md

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ useCase: extensibility-extensions
1111
---
1212
# User Import / Export
1313

14-
::: note
15-
The User Import / Export extension is available in the PSaaS Appliance beginning with version `10755` when you have user search enabled.
16-
:::
17-
1814
The **User Import / Export Extension** allows you to:
1915

2016
* Bulk import your existing database users into Auth0

articles/getting-started/the-basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ In our example, `Example-Co` picked the name `example-co` and Americas as their
5555

5656
We recommend the use of custom domains, such as `example-co.com`, in your production environments to provide your users with the most secure and seamless experience. This comes with an additional cost.
5757

58-
If you have a **single-tenant** implementation, you can deploy your custom domain in one of three locations:
58+
If you have a [**single-tenant** implementation](/private-cloud), you can deploy your custom domain in:
59+
5960
- The cloud managed by Auth0
60-
- A cloud managed by you
61-
- An [on-premise installation](/appliance)
61+
- An AWS cloud managed by you
6262

6363
For more information, see [Custom Domains](/custom-domains).
6464

articles/monitoring/_includes/_monitor-appliance.md

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: panel Monitor a dedicated deployment
2+
See the [Private Cloud](/private-cloud) documentation for information on [monitoring](/appliance/monitoring) a dedicated deployment.
3+
:::

articles/monitoring/guides/test-testall-endpoints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Here is an example call to the `/testall` endpoint:
5858

5959
If all services are up, the endpoint returns the `200` HTTP response code and a simple text message of `OK`. If any service is down, it returns a `5xx` response code.
6060

61-
<%= include('../_includes/_monitor-appliance.md') %>
61+
<%= include('../_includes/_monitor-private-cloud.md') %>
6262

6363
## Keep reading
6464

articles/monitoring/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ useCase:
1515

1616
You can monitor your Auth0 implementation and Auth0 status and services, as well as send logging event data to third-party tools.
1717

18-
<%= include('./_includes/_monitor-appliance.md') %>
18+
<%= include('./_includes/_monitor-private-cloud.md') %>
1919

2020
## Check availability and status
2121

articles/onboarding/enterprise-support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ To speed resolution, please provide the following when logging an issue:
116116
* Screenshot of error message (if any)
117117
* HTTP trace in the form of a [.har file](/har)
118118

119-
*For PSaaS Appliance Customers*:
119+
*For Private Cloud Customers*:
120120

121-
* PSaaS Appliance version/build number (top left hand corner of configuration screen on config tenant, such as https://yourmanage.yourdomain.com/configuration#/)
121+
* Private Cloud version/build number (top left hand corner of configuration screen on config tenant, such as https://yourmanage.yourdomain.com/configuration#/)
122122
* Status of nodes (https://yourmanage.yourdomain.com/configuration#/nodes)
123123
* Status of health check (https://yourmanage.yourdomain.com/configuration#/troubleshoot)

articles/policies/data-transfer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ useCase:
1212

1313
# Data Transfer Policy
1414

15-
At this time, Auth0 will not transfer data from one Auth0 tenant to another. This applies to both Cloud and PSaaS Appliance customers.
15+
At this time, Auth0 will not transfer data from one Auth0 tenant to another. This applies to both Public Cloud and Private Cloud customers.
1616

1717
All data in your Auth0 tenant is always under your control and is [available through the Management API](/api/v2) at any time. The only information which is not available through the API are the password hashes of your [Auth0-hosted database users](/connections/database) and private keys, for security reasons.
1818

articles/policies/penetration-testing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Auth0 requires that:
3737
* You disclose any suspected findings to the Auth0 Security team for explanation/discussion
3838
* You understand that your tenant will be moved between environments during testing. Auth0 will move your tenant from the stable environment to the preview environment before the testing commences. Auth0 will then return your tenant to the stable environment once the testing period ends. Note that while your tenant is on the preview environment it may receive updates more rapidly.
3939

40-
## PSaaS Appliance customers
40+
## Private Cloud customers
4141

42-
Private SaaS Appliance customers should also request permission to run a penetration test via the [Auth0 support center](${env.DOMAIN_URL_SUPPORT}). Please include the [information listed above](/policies/penetration-testing#information-required) with your support request.
42+
Private Cloud customers should also request permission to run a penetration test via the [Auth0 support center](${env.DOMAIN_URL_SUPPORT}). Please include the [information listed above](/policies/penetration-testing#information-required) with your support request.
4343

4444
## Load testing
4545

articles/services/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ useCase:
3232

3333
<%= include('../_includes/_topic-links', { links: [
3434
'services/pair-programming',
35-
'services/private-saas-configuration',
35+
'services/private-cloud-configuration',
3636
'services/code-review'
3737
] }) %>
3838

@@ -41,5 +41,5 @@ useCase:
4141
<%= include('../_includes/_topic-links', { links: [
4242
'services/auth0-introduction',
4343
'services/auth0-advanced',
44-
'services/private-saas-management'
44+
'services/private-cloud-management'
4545
] }) %>

articles/services/private-saas-configuration.md articles/services/private-cloud-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: A project to assist with design and deployment of a Private SaaS Auth0 environment.
33
topics:
44
- professional services
5-
- psaas-appliance
5+
- private-cloud
66
- design
77
- deployment
88
- configuration

articles/services/private-saas-management.md articles/services/private-cloud-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: A workshop designed to provide IT organizations with core Auth0 Private SaaS management concepts.
33
topics:
44
- professional services
5-
- psaas-appliance
5+
- private-cloud
66
- management
77
contentType:
88
- reference

articles/support/tickets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ useCase:
1515

1616
With [Support Center](${env.DOMAIN_URL_SUPPORT}), you can create tickets for questions or issues you are experiencing. You can access Support Center if you are a full administrator of an Auth0 account, or have received an invitation to Support Center from an administrator.
1717

18-
If you are an existing PSaaS Appliance customer, you will need to create an Auth0 cloud-based account to log in to the Support Center. This account can also be used for Dev/Test purposes at no additional cost. Please contact your Customer Success Manager or Sales Executive to associate your cloud-based account to your existing PSaaS Appliance subscription.
18+
If you are an existing Private Cloud customer, you will need to create an Auth0 cloud-based account to log in to the Support Center. This account can also be used for Dev/Test purposes at no additional cost. Please contact your Customer Success Manager or Sales Executive to associate your cloud-based account to your existing Private Cloud subscription.
1919

2020
## Open a new ticket
2121

@@ -24,7 +24,7 @@ If you are an existing PSaaS Appliance customer, you will need to create an Auth
2424
1. Choose **Affected Tenant** from the dropdown menu.
2525
1. Under **Issue Type** select the type of issue that best fits your case.
2626
![Issue types](/media/articles/support/issue-types.png)
27-
* **Public Cloud Support Incident** or **Appliance Support Incident** - (the second option is only available to Appliance customers)
27+
* **Public Cloud Support Incident** or **Private Cloud Support Incident** - (the second option is only available to Private Cloud customers)
2828
* If you are not a Trial Tenant customer, you will be asked to select a severity:
2929
* **Low: Product Question** - You have questions about how things work, whether we support something
3030
* **Normal: General Support Question** - You are in development and have a question about how to configure something or how to resolve an error

articles/users/search/v3/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In discussing user search, we use the following terms related to the search resu
3232
* **Immediately consistent**: The search results will reflect the results of all successful write operations, including those that occurred shortly prior to your request.
3333

3434
::: note
35-
User Search v3 is not available for the PSaaS Appliance.
35+
User Search v3 is not available for the Private Cloud.
3636
:::
3737

3838
## Keep reading

config/redirects.js

+8
Original file line numberDiff line numberDiff line change
@@ -2089,6 +2089,14 @@ module.exports = [
20892089
{
20902090
from: '/enterprise/private-cloud/overview',
20912091
to: '/private-cloud'
2092+
},
2093+
{
2094+
from: '/services/private-saas-configuration',
2095+
to: '/services/private-cloud-configuration'
2096+
},
2097+
{
2098+
from: '/services/private-saas-management',
2099+
to: '/services/private-cloud-management'
20922100
}
20932101

20942102

config/sidebar.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ articles:
265265
url: /onboarding/enterprise-support
266266

267267
- title: Release Notes
268-
url: https://auth0.com/changelog/appliance
268+
url: https://auth0.com/releases/
269269
external: true
270270
forceFullReload: true
271271

@@ -1171,7 +1171,7 @@ articles:
11711171
url: "/services/pair-programming"
11721172

11731173
- title: "Private SaaS reconfiguration"
1174-
url: "/services/private-saas-configuration"
1174+
url: "/services/private-cloud-configuration"
11751175

11761176
- title: "Auth0 Introduction"
11771177
url: "/services/auth0-introduction"
@@ -1180,7 +1180,7 @@ articles:
11801180
url: "/services/auth0-advanced"
11811181

11821182
- title: "Private SaaS Management Workshop"
1183-
url: "/services/private-saas-management"
1183+
url: "/services/private-cloud-management"
11841184

11851185
apis:
11861186

0 commit comments

Comments
 (0)