Snowflake Will Block Single-Factor Password Authentication #7273
Replies: 4 comments 2 replies
|
I suggest implementing key-pair authentication because implementing MFA in Redash would be challenging, so adding support for key-pair authentication would be a better approach. |
|
Hi there, Luis from Snowflake. While Key-pair authentication is an option. For human interactive scenarios, I would encourage Redash team to support OAuth 2.0 Authorization code flow (Snowflake OAuth). In this way, users doesn't have to invest in maintaining individual keys for this integration. |
|
A workaround is to set the Snowflake user to type https://docs.snowflake.com/en/sql-reference/sql/create-user#label-user-type-property I'm not sure yet how long this will be supported by Snowflake. @sfc-gh-lleon do you perhaps have some information about this? |
|
As described in this article, I was able to authenticate users with https://zenn.dev/dataheroes/articles/20250411-redash-snowflake-keypair-authn |
Uh oh!
There was an error while loading. Please reload this page.
snowflake plans to make MFA authentication mandatory.
It would be helpful if you could also support connection authentication with redash.
Thank you in advance.
https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification/
All reactions