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

# Marketo authentication guide

export const maia = "Maia";

This is a step-by-step guide to acquiring Marketo credentials and authorizing the [Marketo Load](/docs/components/marketo-load) and [Marketo Query](/docs/components/marketo-query) components.

***

## Authorize Marketo components

1. Follow the instructions in [OAuth](/docs/guides/oauth), and select Marketo in the **Provider** field. Then, follow the steps below to fill in the fields in the **Values** section of the OAuth creation process.

2. Follow the instructions in the [Creating an Access Token](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/authentication#creating-an-access-token) section of the Marketo documentation to find your Client ID and Client Secret.

3. Copy and paste each credential into the corresponding **Client ID** and **Client Secret** fields in {maia}.

   <Warning>
     When copying the credentials, some browsers may add a space to the end of the string. Watch out for this as it will cause the credentials to fail.
   </Warning>

4. Click **Authorize**.

5. A new browser tab will open, connecting you to the third party. Select your account, and complete the connection. Upon success, this browser tab will close.

Your new OAuth connection is ready for use with the [Marketo Load](/docs/components/marketo-load) or [Marketo Query](/docs/components/marketo-query) component.
