snowflake-connector-nodejs icon indicating copy to clipboard operation
snowflake-connector-nodejs copied to clipboard

Support authenticator parameter for SSO and browser based auth

Open mike-seekwell opened this issue 6 years ago • 6 comments

See Python implementation here and here

mike-seekwell avatar Mar 18 '19 17:03 mike-seekwell

any word on having authenticator in Node.js?

buffolander avatar Apr 29 '20 20:04 buffolander

any word on having authenticator in Node.js?

What are the alternative authentication methods for Node.js besides username and password? Is the SSO for Node.js in the plans?

nataliiapreston-bc avatar Nov 24 '20 22:11 nataliiapreston-bc

Is the SSO for Node.js in the plans?

Looks like the demand is acknowledged, though with no specific timeline set to a resolution: https://github.com/snowflakedb/snowflake-connector-nodejs/issues/111

udalovas avatar Dec 01 '20 11:12 udalovas

Took me 2 days of research into why my SSO creds weren't working with this driver to finally land here 🙂 Time to use another language driver I guess.

RichieRunner avatar Dec 04 '20 18:12 RichieRunner

Just tried the .NET connector, and found that that the connector over there does not work either.

So when it comes to SSO authenticator, NodeJs and C# cannot be used.

Does anybody still work here?

RichieRunner avatar Dec 18 '20 21:12 RichieRunner

External browser auth support should be released within the next two releases

sfc-gh-kwagner avatar Feb 10 '21 20:02 sfc-gh-kwagner

external browser authentication support released with v1.6.0, thank you for your patience

sfc-gh-dszmolka avatar Jan 14 '23 06:01 sfc-gh-dszmolka