You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#621 by @jprakash-db added a great feature that we will be testing ASAP. Since Entra ID authentication seems to be getting upgraded, I wanted to ask about interactive login.
Using databricks-sdk I can perform this user authentication by doing (from the terminal)
#621 by @jprakash-db added a great feature that we will be testing ASAP. Since Entra ID authentication seems to be getting upgraded, I wanted to ask about interactive login.
Using
databricks-sdkI can perform this user authentication by doing (from the terminal)az login --use-device-code ... User is logged inthen in python
Would the newly-added Entra ID M2M method be extendable for U2M workflows?
Otherwise, is there an alternative implementation I could use?
This is what I'm currently doing to manually mint a token in the user interactive workflow currently:
Thanks!