Skip to content

Commit e1776cb

Browse files
authored
Merge pull request #9346 from auth0/kaymaylove-patch-13
remove test/testall endpoints
2 parents 2a9bbd7 + 83e1644 commit e1776cb

12 files changed

+5
-13
lines changed

articles/architecture-scenarios/b2e.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Log events each have an event type. You can use event types as filters when quer
9797

9898
## Monitoring
9999

100-
Monitoring the infrastructure and services that your applications depend on is critical. [Auth0 provides monitoring endpoints](/monitoring/guides/test-testall-endpoints) as well as an [Auth0 Status](https://status.auth0.com) page you can subscribe to.
100+
Monitoring the infrastructure and services that your applications depend on is critical. Auth0 provides an [Auth0 Status](https://status.auth0.com) page you can subscribe to.
101101

102102
Auth0 makes every effort to minimize outages, but if there is any disruption to service, it will appear on the status page. To support requirements for root cause analysis documentation after a disruption, Auth0 conducts internal analysis and publishes the results on the disruption notice when the analysis is completed.
103103

articles/connector/install-other-platforms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ For most platforms, you will need to run the required commands with root privile
8989
7. Run `node admin/server.js` to access the admin UI -- the admin UI will be running and available on `http://localhost:8357`.
9090

9191
::: note
92-
If you get an `Invalid Ticket` message when configuring the Connector for the first time, the most likely cause is a network issue (for example, you have the Connector running behind a proxy). Try troubleshooting by connecting to `https://YOUR_TENANT.auth0.com/testall` with a browser other than Internet Explorer.
92+
If you get an `Invalid Ticket` message when configuring the Connector for the first time, the most likely cause is a network issue (for example, you have the Connector running behind a proxy).
9393
:::

articles/monitoring/guides/check-external-services.md

-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ Your customers may have some of the same concerns, so you may want to document a
4242
## Keep reading
4343

4444
* [Check Auth0 Status](/monitoring/guides/check-status)
45-
* [Check Auth0 Authentication and Supporting Services](/monitoring/guides/test-testall-endpoints)
4645
* [Monitor Auth0 Using System Center Operations Manager](/monitoring/guides/monitor-using-SCOM)
4746
* [Monitor Applications](/monitoring/guides/monitor-applications)

articles/monitoring/guides/check-status.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Current and historical Auth0 uptime reports are available at [Auth0 Uptime](http
3838
## Keep reading
3939

4040
* [Check External Services Status](/monitoring/guides/check-external-services)
41-
* [Check Auth0 Authentication and Supporting Services](/monitoring/guides/test-testall-endpoints)
4241
* [Monitor Auth0 Using System Center Operations Manager](/monitoring/guides/monitor-using-SCOM)
4342
* [Monitor Applications](/monitoring/guides/monitor-applications)
4443
* [Troubleshooting](/troubleshoot)

articles/monitoring/guides/monitor-using-SCOM.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ useCase:
1717

1818
You can monitor Auth0 as a standard web application using System Center Operations Manager (SCOM) or any tool that supports synthetic transactions.
1919

20-
In addition to a synthetic login transaction that includes the extensions your applications rely on (such as rules that execute custom code for integration with your company's other services), Auth0 recommends adding SCOM probes for the `test` and `testall` endpoints. For more information, see [Check Auth0 Authentication and Supporting Services](/monitoring/guides/test-testall-endpoints).
20+
We recommend monitoring a synthetic login transaction that includes the extensions your applications rely on (such as rules that execute custom code for integration with your company's other services).
2121

2222
## Set up SCOM
2323

@@ -76,6 +76,5 @@ Click **Web Application Status** to bring up the information SCOM has gathered.
7676

7777
* [Monitoring the AD/LDAP Connector with System Center Operations Manager](/connector/scom-monitoring)
7878
* [Check Auth0 Status](/monitoring/guides/check-status)
79-
* [Check Auth0 Authentication and Supporting Services](/monitoring/guides/test-testall-endpoints)
8079
* [Check External Services Status](/monitoring/guides/check-external-services)
8180
* [Monitor Applications](/monitoring/guides/monitor-applications)

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Check Auth0 Authentication and Supporting Services
3-
description: Learn how check the status of the Auth0 authentication service as well as supporting services such as the Dashboard and documentation using the test and testall endpoints.
3+
description: Learn how check the status of the Auth0 authentication service as well as supporting services such as the Dashboard and documentation using the test and testall endpoints.
4+
public: false
45
topics:
56
- monitoring
67
contentType:

articles/monitoring/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ You can monitor your Auth0 implementation and Auth0 status and services, as well
2121

2222
* [Check Auth0 Status](/monitoring/guides/check-status)
2323
* [Check External Services Status](/monitoring/guides/check-external-services)
24-
* [Check Auth0 Authentication and Supporting Services](/monitoring/guides/test-testall-endpoints)
2524
* [Monitor Auth0 Using System Center Operations Manager](/monitoring/guides/monitor-using-SCOM)
2625
* [Monitor Applications](/monitoring/guides/monitor-applications)
2726

articles/troubleshoot/concepts/auth-issues.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ useCase:
1414
# Troubleshoot Authentication Issues
1515

1616
<%= include('../../_includes/_topic-links', { links: [
17-
'monitoring/guides/test-testall-endpoints',
1817
'troubleshoot/guides/check-api-calls',
1918
'troubleshoot/guides/check-login-logout-issues',
2019
'troubleshoot/guides/check-user-profiles',

articles/troubleshoot/guides/verify-connections.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ Most identity provider connections have a **TRY** button to see if the connectio
3333
* [Verify Domain](/troubleshoot/guides/verify-domain)
3434
* [Verify Rules](/troubleshoot/verify/rules)
3535
* [Check Auth0 Status](/monitoring/guides/check-status)
36-
* [Check Supporting Services Status](/monitoring/guides/test-testall-endpoints)
3736
* [Monitor Applications](/monitoring/guides/monitor-applications)
3837
* [Monitor Using System Center Operations Manager](/monitoring/guides/monitor-using-SCOM)

articles/troubleshoot/guides/verify-domain.md

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ useCase: troubleshooting
2121
* [Verify Platform](/troubleshoot/guides/verify-platform)
2222
* [Verify Rules](/troubleshoot/guides/verify-rules)
2323
* [Check Auth0 Status](/monitoring/guides/check-status)
24-
* [Check Supporting Services Status](/monitoring/guides/test-testall-endpoints)
2524
* [Check External Services Status](/monitoring/guides/check-external-services)
2625
* [Monitor Applications](/monitoring/guides/monitor-applications)
2726
* [Monitor Using System Center Operations Manager](/monitoring/guides/monitor-using-SCOM)

articles/troubleshoot/guides/verify-platform.md

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Testing on different browsers, platforms, locations, and users can help narrow d
8585
* [Verify Connections](/troubleshoot/guides/verify-connections)
8686
* [Verify Domain](/troubleshoot/guides/verify-domain)
8787
* [Verify Rules](/troubleshoot/guides/verify-rules)
88-
* [Check Supporting Services Status](/monitoring/guides/test-testall-endpoints)
8988
* [Check External Services Status](/monitoring/guides/check-external-services)
9089
* [Monitor Applications](/monitoring/guides/monitor-applications)
9190
* [Monitor Using System Center Operations Manager](/monitoring/guides/monitor-using-SCOM)

articles/troubleshoot/guides/verify-rules.md

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Failures in a rule can often cause authentication issues. Perform the following
2626
* [Verify Platform](/troubleshoot/guides/verify-platform)
2727
* [Verify Domain](/troubleshoot/guides/verify-domain)
2828
* [Check Auth0 Status](/monitoring/guides/check-status)
29-
* [Check Supporting Services Status](/monitoring/guides/test-testall-endpoints)
3029
* [Check External Services Status](/monitoring/guides/check-external-services)
3130
* [Monitor Applications](/monitoring/guides/monitor-applications)
3231
* [Monitor Using System Center Operations Manager](/monitoring/guides/monitor-using-SCOM)

0 commit comments

Comments
 (0)