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

# OAuth App Registration - Overview

The OAuth Connectors page allows you to configure your own OAuth Applications for Airia's Out-of-the-Box Tools and MCP Servers, as well as custom Tools you create in your projects.
This gives you greater control, security, and trust when integrating third-party services with Airia.

When you create your own OAuth applications, you:

* **Maintain full control** - Your organization owns and manages the OAuth Apps
* **Meet compliance requirements** - Keep authentication within your security boundaries
* **User Management** - Manage all Users authenticated against your apps in your OAuth service portal on Entra or Google Cloud Console
* **Tailored permissions** - Configure your OAuth Apps to only request the scopes your organization needs

## Supported OAuth Providers

Airia supports OAuth for the Tools and Integrations in our library:

* Microsoft
* Google
* Salesforce
* Atlassian

Custom OAuth configurations can also be created, and used with Custom API Tools

## How to configure an OAuth Connection

To setup an OAuth Connector:

1. **Register an OAuth application** in your provider's developer console to generate a Client ID and Secret
2. **Configure redirect URIs** to allow callbacks to Airia
3. **Provide client credentials** Enter your Client ID and Client Secret for an OAuth Connector
4. **Set required permissions/scopes** for the integration
5. **Connect an Account** with your configured OAuth App. All Users will authenticate their own accounts.

<Note>
  Each provider has specific requirements and configuration steps. Follow the provider-specific guides linked below for detailed instructions.
</Note>

## Prerequisites

Before setting up an OAuth connector, ensure you have:

* **Admin access** to your organization's developer/admin console for the provider
* **Appropriate permissions** to create and configure OAuth applications
* **Your Airia callback URL** - Available in the Airia platform when configuring OAuth

## Quick Start Guides

Select your provider to get started:

### Microsoft Entra ID (Azure AD)

Set up OAuth for Microsoft 365 services including Outlook, Teams, OneDrive, and SharePoint.

[**→ Microsoft Entra ID Setup Guide**](/integrations/oauth-setup/microsoft-entra)

### Google Cloud Console

Configure OAuth for Google Workspace services including Gmail, Calendar, Drive, and Docs.

[**→ Google Cloud Console Setup Guide**](/integrations/oauth-setup/google-cloud-console)

### Salesforce

Create a Connected App for Salesforce CRM integration.

[**→ Salesforce Setup Guide**](/integrations/oauth-setup/salesforce)

### Atlassian

Set up OAuth 2.0 for Jira and Confluence integration.

[**→ Atlassian Setup Guide**](/integrations/oauth-setup/atlassian)

Ready to get started? Choose your provider from the guides above and follow the detailed setup instructions.
