I am trying to connect to databricks serverless SQL pool using DBeaver as mentioned in the documentation below:
https://learn.microsoft.com/en-us/azure/databricks/dev-tools/dbeaver
I am trying to use the Browser based authentication i.e (OAuth user-to-machine (U2M) authentication).
I have prepared the URL properly in the below format:
jdbc:databricks://<server-hostname>:443;httpPath=<http-path>;AuthMech=11;Auth_Flow=2;TokenCachePassPhrase=<passphrase>;EnableTokenCache=0
When I test the connection in DBeaver, the browser opens for authentication, but the screens keep loading and it times out.
I tried restarting my system, clearing the browser cache, use both chrome and Edge but this problem persists.
I am able to login to the data bricks workspace so it is accessible to me.
Not sure why the Auth URL just keep loading and does not allow to login.