From f9747ec223057fd71281298bd879a8545868349a Mon Sep 17 00:00:00 2001 From: natalie-pienkowska <73195764+natalie-pienkowska@users.noreply.github.com> Date: Wed, 8 Dec 2021 12:03:34 -0500 Subject: [PATCH] Update readme.md --- custom-connectors/Snowflake/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-connectors/Snowflake/readme.md b/custom-connectors/Snowflake/readme.md index 631385305..b1e1848e1 100644 --- a/custom-connectors/Snowflake/readme.md +++ b/custom-connectors/Snowflake/readme.md @@ -12,7 +12,7 @@ If you have any issues, requests for functionality, or have general feedback, pl ## Pre-requisites for Using the Connector Set up Azure AD authentication for Snowflake by following these steps: 1. In [Step 1: Configure the OAuth Resource in Azure AD](https://docs.snowflake.com/en/user-guide/oauth-azure.html#step-1-configure-the-oauth-resource-in-azure-ad), follow steps 1-10 and define the scope as `SESSION:ROLE-ANY` by following these [instructions](https://docs.snowflake.com/en/user-guide/oauth-azure.html#using-any-role-with-external-oauth). -2. In [Step 2: Create an OAuth Client in Azure AD](https://docs.snowflake.com/en/user-guide/oauth-azure.html#step-2-create-an-oauth-client-in-azure-ad), follow steps 1-12 and 14. +2. In [Step 2: Create an OAuth Client in Azure AD](https://docs.snowflake.com/en/user-guide/oauth-azure.html#step-2-create-an-oauth-client-in-azure-ad), follow steps 1-13. 3. Follow [Step 3: Collect Azure AD Information for Snowflake](https://docs.snowflake.com/en/user-guide/oauth-azure.html#step-3-collect-azure-ad-information-for-snowflake) entirely. 4. Copy and paste the text below into your worksheet, which is where you execute your queries in Snowflake. Before you execute the query, make sure you make the following replacements. A. Replace the `AZURE_AD_ISSUER` in line 5 with the value from step 3 that is similar to `https://sts.windows.net/90288a9b-97df-4c6d-b025-95713f21cef9/`. Keep the quotation marks and make sure you have a `/` before the last quotation mark.