You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-snowflake.md
-63Lines changed: 0 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,6 @@ This Snowflake connector supports the following authentication types. See the co
90
90
91
91
92
92
-[Basic authentication](#basic-authentication)
93
-
-[OAuth authentication](#oauth-authentication)
94
93
95
94
### Basic authentication
96
95
@@ -149,68 +148,6 @@ The following properties are supported for a Snowflake linked service when using
149
148
}
150
149
```
151
150
152
-
### OAuth authentication
153
-
154
-
The following properties are supported for a Snowflake linked service when using **OAuth** authentication. Refer this [article](https://docs.snowflake.com/en/user-guide/oauth-azure.html#step-1-configure-the-oauth-resource-in-azure-ad) for the steps of configuring Snowflake as an OAuth resource in Azure AD.
| type | The type property must be set to **Snowflake**. | Yes |
159
-
| connectionString | Specifies the information needed to connect to the Snowflake instance. You can choose to put password or entire connection string in Azure Key Vault. Refer to the examples below the table, as well as the [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md) article, for more details.<br><br>Some typical settings:<br>- **Account name:** The [full account name](https://docs.snowflake.net/manuals/user-guide/connecting.html#your-snowflake-account-name) of your Snowflake account (including additional segments that identify the region and cloud platform), e.g. xy12345.east-us-2.Azure.<br/>- **User name:** The login name of the user for the connection.<br>- **Database:** The default database to use once connected. It should be an existing database for which the specified role has privileges.<br>- **Warehouse:** The virtual warehouse to use once connected. It should be an existing warehouse for which the specified role has privileges.<br>- **Role:** The default access control role to use in the Snowflake session. The specified role should be an existing role that has already been assigned to the specified user. The default role is PUBLIC. | Yes |
160
-
| authenticationType | Set this property to **Oauth**.<br>It supports External OAuth for Microsoft Azure AD. To learn more about this, see this [article](https://docs.snowflake.com/en/user-guide/oauth-ext-overview.html).| Yes |
161
-
| oauthTokenEndpoint | The Azure AD OAuth token endpoint. Sample: `https://login.microsoftonline.com/<tenant ID>/discovery/v2.0/keys`| Yes |
162
-
| clientId | The application client ID supplied by Azure AD . | Yes |
163
-
| clientSecret | The client secret corresponds to the client ID. | Yes |
164
-
| oauthUserName | The name of the Azure user. | Yes |
165
-
| oauthPassword | The password for the Azure user. | Yes |
| connectVia | The [integration runtime](concepts-integration-runtime.md) that is used to connect to the data store. You can use the Azure integration runtime or a self-hosted integration runtime (if your data store is located in a private network). If not specified, it uses the default Azure integration runtime. | No |
0 commit comments