question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Snowflake tokens

See original GitHub issue

Please 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:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Adamagecommented, Jul 5, 2022

will close issue after next release if thats ok

0reactions
adam-wrobelcommented, Jul 1, 2022

@vijaykiran I can give it a try. WIll check it locally first

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found