Hello there,
I’m having a problem when I try to connect an external application to Orchestrator through its API.
I have created the necessary in the external applications section but when I try to get the authorization the browser is redirected to this page and doesn’t make the callback:
API Configuration: Double-check the configuration settings on the Orchestrator API. Make sure you have the correct API URL, authentication details, and any other required parameters.
Callback URL: Ensure that the callback URL you provided in the external application matches the one configured in Orchestrator. Any mismatch here can lead to authentication issues.
Firewall and Network Issues: Check if there are any firewall or network restrictions that might be preventing the callback from reaching the external application.
Logs and Diagnostics: Look for logs or diagnostic information in both the Orchestrator and external application. They might provide more details on what’s going wrong.
Browser Issues: Sometimes browser extensions or settings can interfere with callbacks. Try using a different browser or an incognito/private browsing window to rule out any browser-related issues.
Token Expiry: Ensure that the tokens you are using for authentication haven’t expired. If they have, you might need to refresh them.
Orchestrator Version: Make sure you are using a compatible version of Orchestrator with the external application. There might be API changes between versions.
Give these a shot and let me know if any of them shed light on the issue.
I have rechecked the configuration and everything is correct. The application its not mine, its Messagebird, so I can’t check the firewall configuration but I asume it is correct. I have cloud orchestrator so I don’t think there is any problem with version or firewall. Can you think of something else that could help?
Hi, I still haven’t been able to connect my app. I tried connecting postman with user scope and it worked but my app still won’t connect. I’m not sure what is it that I’m doing wrong but if it works for postman shouldn’t it also work for my app? (sorry for the late reply)