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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
As described in this article, I was able to authenticate users with https://zenn.dev/dataheroes/articles/20250411-redash-snowflake-keypair-authn |
Beta Was this translation helpful? Give feedback.
-
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/
Beta Was this translation helpful? Give feedback.
All reactions