pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

databricks: when calling register using SSO, databricks does not display the HTML link to the SSO login

Open DataBoyTX opened this issue 2 years ago • 0 comments

Describe the bug

When calling register using SSO, databricks does not display the HTML link to the SSO login until after the timer has expired, which prevents the user from clicking the link. Only the text of the auth_url is presented.

To Reproduce

graphistry.register(api=3, protocol="https", server="...", is_sso_login=True) 

Expected behavior The html link should appear while timer is running, not after expiration

Screenshots image

update May 08:

Should be able to run in every one of these scenarios:

  • [ ] notebook author is able to run notebook, then convert to dashboard, and present dashboard, and hit update
  • [ ] notebook author, clears state and output from notebook and then view and run dashboard

notebook is shared with another user, and all the following permissions should also work:

  • [ ] can run user2 runs the notebook and dashboard from notebook author's workspace
  • [ ] can manage user2 runs the notebook and dashboard from notebook author's workspace
  • [ ] can view user2 clones the notebook into their own workspace, effectively creating a copy of the notebook and they should be able to run notebook and dashboard.

DataBoyTX avatar Jan 16 '24 20:01 DataBoyTX