Hi everyone,
I'm trying to integrate Box with WatsonX Orchestrate, and I’ve run into an issue I hope someone can help me with.
Here’s my setup:
- I created a Box application using OAuth 2.0 with Client Credentials Grant (Server Authentication).
- The application has already been approved by the Box administrator.
- I’m attempting to connect this Box app to WatsonX Orchestrate.
- However, when I try to establish the connection from WatsonX Orchestrate, I get the following error:
redirect_uri_mismatch
I understand that this error typically means the redirect URI used in the authentication flow doesn’t match what’s registered in the Box Developer Console. But since I’m using Client Credentials Grant, there shouldn’t be a redirect URI involved, right?
Has anyone successfully connected Box to WatsonX Orchestrate using this method?
Do I need to configure a redirect URI anyway, or is there something specific WatsonX expects?
Any guidance or examples would be greatly appreciated. I’d love to learn from others who’ve done this successfully.
Thanks in advance!