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: providers/snowflake/docs/connections/snowflake.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ Extra (optional)
60
60
* ``authenticator``: To connect using OAuth set this parameter ``oauth``.
61
61
* ``token_endpoint``: Specify token endpoint for external OAuth provider.
62
62
* ``grant_type``: Specify grant type for OAuth authentication. Currently supported: ``refresh_token`` (default), ``client_credentials``.
63
+
* ``oauth_scope``: Optional OAuth scope to include when using the ``client_credentials`` grant type.
64
+
Some identity providers (e.g., Okta, Auth0) require a scope when issuing client credentials tokens.
63
65
* ``refresh_token``: Specify refresh_token for OAuth connection.
64
66
* ``azure_conn_id``: Azure Connection ID to be used for retrieving the OAuth token using Azure Entra authentication. Login and Password fields aren't required when using this method. Scope for the Azure OAuth token can be set in the config option ``azure_oauth_scope`` under the section ``[snowflake]``. Requires `apache-airflow-providers-microsoft-azure>=12.8.0`.
65
67
* ``private_key_file``: Specify the path to the private key file.
0 commit comments