> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Connection Security

> Secure your data warehouse connections with OAuth authentication and AWS PrivateLink private networking.

Paradime provides multiple options for hardening connectivity between your workspace and your data warehouse, including OAuth-based authentication and private network tunnels via AWS PrivateLink.

<CardGroup cols={2}>
  <Card title="AWS PrivateLink" href="/products/settings/connections/connection-security/aws-privatelink/index" icon="aws">
    Connect Paradime to Snowflake or Redshift over a private VPC endpoint, bypassing the public internet entirely.
  </Card>

  <Card title="BigQuery OAuth" href="/products/settings/connections/connection-security/bigquery-oauth" icon="google">
    Authenticate BigQuery connections using OAuth 2.0 and SSO instead of static credentials.
  </Card>

  <Card title="Snowflake OAuth" href="/products/settings/connections/connection-security/snowflake-oauth" icon="snowflake">
    Authenticate Snowflake connections using OAuth 2.0, allowing developers to log in via SSO without submitting passwords to Paradime.
  </Card>
</CardGroup>


## Related topics

- [Connection Security](/products/settings/connections/connection-security/index.md)
- [PostgreSQL](/products/settings/connections/scheduler-environment/postgresql.md)
- [Security model](/resources/other-important-stuff/security-model.md)
- [Snowflake OAuth](/products/settings/connections/connection-security/snowflake-oauth.md)
