OAuth Url and ClientId Validation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 12:44 AM
Hi
I am trying to setup an oauth connection with databricks, so I ask the user to enter their Workspace URL and ClientId.
Once the user enters these values, I want to validate whether they are correct or not, so I ask them to login by redirecting them to the authorize Url.
If Workspace URL is correct but clientId is incorrect, it gets stuck on this window showing client id is incorrect, but it does not return this error back to my Frontend. I tried doing via popup so as to not block my UI, but is there a way to get this error back to Parent window? Maybe add it to URL or something, as other OAuth providers do give some errors/expose endpoints to validate if client id is correct or not.
This way I will be able to tell users more clearly as to what the issue is.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 01:55 AM

