I want to access snowflake with SAML from ODBC. I can connect with internal snowflake authentication(user & password) from ODBC.
At that time, the parameter of authenticator=externalbrowzer. Nothing happens when the browser starts and I authenticate with SAML IDP.
Does authenticator=externalbrowser not work if SSO is IDP Initiated?
idp uses a custom idp.
[snowsql example]
C:\Users\testuser>snowsql -a xxx99999 --authenticator externalbrowser -u [email protected]
Initiating login request with your identity provider. A browser window should have opened for you to complete the login. If you can't see it, check existing browser windows, or your OS settings. Press CTRL+C to abort and try again...
Similar to ODBC, nothing happens when the browser starts and I authenticate on the IDP screen.