snowflakedb / snowflakedb/snowflake-connector-python

SNOW-3168502: Add auto-closing for web browser authentication windows

Open
#2,774 1 comment 2 reactions 1 assignee View on GitHub

@sfc-gh-snow-drivers-warsaw-dl is already working on this.

Since Feb 27, 2026.

feature status-triage_done
Dominant language
Python
Stars
730
Forks
574
Avg merge
5h 45m
Merged PRs (30d)
16

Description

What is the current behavior?

When using authenticator='externalbrowser' with snowflake-connector-python, the connector opens a browser window for SSO authentication. After successful login, a success page is displayed, but the browser window remains open and must be closed manually by the user.

What is the desired behavior?

After successful authentication, the browser window should automatically attempt to close itself.

How would this improve snowflake-connector-python?

How would this improve snowflake-connector-python?
• Improves user experience in CLI and developer workflows
• Reduces friction during repeated authentication
• Prevents accumulation of unnecessary browser windows

References and other background

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.