- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 07:51 AM
Hello,
I'm trying to test SSO with Azure AD.
The test sso is passing on dtabricks and I can connect to databricks using SSO.
When I try to test with postman to obtain a token I have the next error message :
{"error_description":"OAuth application with client_id: 'fba3-ecc4-4b27-b48c-46' not available in Databricks account '5e-37a8-4351-8031-c268f843'.","error":"invalid_request"}
Can someone guide me?
Thank you.
Daniela
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 03:16 AM
Hello,
The issue was with the postman.
In postman you don't have to give the client id from your IDP but the client id from databricks "App connections".
it is working well now.
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 01:45 PM
Hi @Daniela_Boamba The error message you're seeing indicates that the OAuth application with client_id: 'fba3-ecc4-4b27-b48c-46' is not available in your Databricks account. This could mean that the client_id is incorrect or the OAuth application has not been properly set up in your Databricks account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 03:16 AM
Hello,
The issue was with the postman.
In postman you don't have to give the client id from your IDP but the client id from databricks "App connections".
it is working well now.
thank you.

