Skip to content

EXTERNALBROWSER login doesn't work for snowflake #104

@kwando

Description

@kwando
 {:ok, database} =
      Adbc.Database.start_link(
        driver: :snowflake,
        "adbc.snowflake.sql.account": account,
        "adbc.snowflake.sql.user":  username,
        "adbc.snowflake.sql.auth_type": "auth_ext_browser",
        "adbc.snowflake.sql.client_option.tracing": "debug"
      )

The browser window is opened but the redirect back to localhost seems to hang for some reason, something is running on localhost cause the browser window doesnt show an error until I kill the Elixir process. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions