当我在DataGrip中设置Snowflake数据连接时,在Authentication下拉列表中只有'User & Password‘或'No auth’。根据雪花的指示,我特别在寻找‘验证器’:https://www.jetbrains.com/help/datagrip/snowflake.html
有人知道为什么“Authenticator”没有出现吗?我有最新的稳定驱动程序,而且我今天早上刚刚从DataGrip的网站上下载了它,所以应该是最新版本。

发布于 2021-08-06 18:23:51
弄明白了,我坚持使用'User & Password‘,并手动将"&authenticator=externalbrowser“添加到URL中,这样就行了。通过阅读https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use.html#setting-up-browser-based-sso了解了这一点
https://stackoverflow.com/questions/68685739
复制相似问题