databricks-sdk-r icon indicating copy to clipboard operation
databricks-sdk-r copied to clipboard

SSO from DataBricks

Open vikram-rawat opened this issue 2 years ago • 1 comments

Hi Team,

I need to build a Shiny app where the user will be authenticated from DataBricks before they fetch the data. I read that the authentication is not yet supported by this repo. Do you guys are planning it Or is there any alternative to implement this in R. Please any feedback is appreciated.

vikram-rawat avatar Dec 21 '23 11:12 vikram-rawat

@vikram-rawat we'd be happy to accept your contribution. The way to implement it would to be to add a credential provider that you can pass through DatabricksClient argument

https://github.com/databrickslabs/databricks-sdk-r/blob/main/R/api_client.R#L136-L143

nfx avatar Mar 27 '24 18:03 nfx