Hello,
does anybody can answer me the question if it is possible to use sso to connect to a msql database if I am using posit workbench or posit connect?
from my client machine (windows) i am able to the following
con <- dbConnect(odbc::odbc(),
connection_string = "Driver={SQL Server};
server = server.internal\\SQLP3; database=my database;trusted_connection=true", timeout = 10)
Is this possible from posit workbench with saml authentication enabled?