## Integration Parameters ### Account The name of the Snowflake account to connect to without the domain name: snowflakecomputing.com. For example, mycompany.snowflakecomputing.com, enter "mycompany". For more information, see the [Snowflake Computing documentation](https://docs.snowflake.net/manuals/user-guide/python-connector-api.html#label-account-format-info). ### Authenticator (Optional) Use this parameter to log in to your Snowflake account using Okta. For the 'Username' parameter, enter your ''. For the 'Password' parameter, enter your ''. The value entered here should be 'https://.okta.com/' where all the values between the less than and greater than symbols are replaced with the actual information specific to your Okta account. ### Credentials To use Key Pair authentication, follow these instructions: 1. Follow steps 1-4 in the instructions detailed in the [Snowflake Computing documentation](https://docs.snowflake.net/manuals/user-guide/python-connector-example.html#using-key-pair-authentication). 2. Follow the instructions under the section titled **Configure Cortex XSOAR Credentials** at this [link](https://support.demisto.com/hc/en-us/articles/115002567894). 3. Use the credentials you configured. Refer to the two images at the bottom of the section titled **Configure an External Credentials Vault**. ## Authentication Methods **Username** and **Account** are required for all methods. ### Username and Password Configure: **Username**, **Password**. Optionally set **Authenticator** for Okta SSO. ### Key Pair Configure: **Username**, **Certificate** (SSH Key). Optionally provide **Certificate Password** if the key is encrypted. ### External OAuth Configure: **Username**, **OAuth Client ID**, **OAuth Client Secret**, **OAuth Token URL**. Optionally provide **OAuth Scope**. Leave **Password** empty. To configure External OAuth authentication, please consult the following setup guidelines: [Snowflake External OAuth Overview](https://docs.snowflake.com/en/user-guide/oauth-ext-overview).