You’ll want to check the dreamfactory log to be sure (it’s in the storage/logs folder, /path/to/bitnami/htdocs/storage/logs if you used a Bitnami installer)
But my first inclination would be to check what call you are making.
Are you establish a session first (posting to /api/v2/user/session) and then using the returned token in your call?
If you can share all of your call to your service that will help troubleshoot (you can use placeholders for sensitive information, i.e. {password} for user’s password)
Yes. The User has the Role assigned under the correct app.
The Role has access to the Remote SQL DB Service for only the one stored procedure component with POST Access. No other Services are assigned. Are other Services necessary for the authentication?
I just installed Version 2.0.1-1. And now the request with Basic Authentication works like expected. Maybe it was a problem with the BETA or my particular installation of the BETA.