-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Identity Provider (IdP) Authentication #115
Comments
|
Perhaps i just don't understand, but I don't think this is solved. My organization doesn't allow user passwords on snowflake accounts. The snowsql external browser authentication works fine but in the above approach for sqlalchemy I still need to provide a password and when I provide my okta password i get a database error saying my password is incorrect (making me think it's sending that password to snowflake rather than okta). How do I connect to snowflake with sqlalchemy using okta without a password (like snowsql)? |
@Jorne0
|
@MichaelFishmanOD I get when using your example... |
Edit: I think I have this working now. For future readers: My issue was comma placement. Make sure to close the i.e.
|
Library does not support SSO (single sign on) authentication from IdP such as Okta. This authentication method becomes widespread in organizations, supporting it would make the library usable for this use-case.
The SnowFlake python connector supports it out-of-the-box and can be relied on.
The text was updated successfully, but these errors were encountered: