It looks like the issue is caused by the dash before host. The command is using an en-dash (โ) instead of a regular hyphen (-) โ which breaks the URL parsing.
Try running this instead:
databricks auth login --host https://<your-instance>.azuredatabricks.net
(make sure you use two regular hyphens before host)
If youโre testing your OIDC setup or want to validate .well-known endpoints, token responses, or redirect flows, you can use these tools:
These can help ensure your OIDC configuration and endpoints are working as expected.