Support for Snowflake tokens
See original GitHub issuePlease enable auth via token, which looks like this in a regular connector:
ctx = snowflake.connector.connect(
account='my account',
authenticator='oauth',
token=access_token, # Generated via corporate SSO
warehouse="my warehouse",
database="my db", role="my role")
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Introduction to OAuth - Snowflake Documentation
OAuth is an open-standard protocol that allows supported clients authorized access to Snowflake without sharing or storing user login credentials. This is known ......
Read more >Configure Snowflake OAuth for Custom Clients
The following high-level steps are required to configure OAuth for custom clients: Register your client with Snowflake. To register your client, create an ......
Read more >HOW TO: OAuth token generation using Snowflake OAuth ...
This article explains the steps about how to use custom client to obtain access token from Snowflake, how to use that access token...
Read more >Using OAuth 2.0 with Snowflake - Blog
With OAuth as implemented by Snowflake, a client no longer needs to know or store database credentials because a token is used for...
Read more >External OAuth Overview - Snowflake Documentation
Snowflake delegates the token issuance to a dedicated authorization server to ensure that the OAuth Client and user properly authenticate.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
will close issue after next release if thats ok
@vijaykiran I can give it a try. WIll check it locally first