> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to verify connection transactions and external service dependencies to troubleshoot issues

# Verify Connections

An authentication transaction often has several parts. Auth0 provides methods so you can try individual parts of the transaction to help you find the possible source of the problem.

Most <Tooltip tip="Identity Provider (IdP): Service that stores and manages digital identities." cta="View Glossary" href="/docs/glossary?term=identity+provider">identity provider</Tooltip> connections have a **TRY** button to see if the connection is working. If that fails, you can debug the connection without involving the rest of the application. If the connection works, then you can start debugging the application.

1. Use the **TRY** button on a connection to test just the connection.
2. If the test with the **TRY** button fails, you know it is not an issue with your application but rather something with the connection configuration or the connection provider.
3. Check the response from the test with the **TRY** button to see if the response contains a useful error message or other information.
4. Try logging into the same service through a different path.
5. If the same issue occurs you’ll know it’s some sort of issue with the account
6. If a test with the **TRY** button fails for a custom DB connection, it is frequently caused by an issue in the custom DB scripts. Putting console.log statements into them and viewing output in the Console Log can help debug them.

## Verify external service dependencies

1. If your authentication uses external services, like social identity providers, and it suddenly stops working, [check external services status](/docs/deploy-monitor/monitor/check-external-services-status).
2. If a connection is not working, even with the **TRY** button, check the connection.

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  See [the Monitoring page](/docs/deploy-monitor/monitor) for more details on each of the log events that can help you troubleshoot issues.
</Callout>

## Learn more

* [Verify Platform](/docs/troubleshoot/basic-issues/verify-platform)
* [Verify Domain](/docs/troubleshoot/basic-issues/verify-domain)
* [Verify Rules](/docs/troubleshoot/basic-issues/verify-rules)
* [Check Auth0 Status](/docs/deploy-monitor/monitor/check-auth0-status)
* [Monitor Applications](/docs/deploy-monitor/monitor/monitor-applications)
