Registration of an API client in openEMR AWS

Hello everyone,

I am trying to register an api client in the openEMR in AWS.
When I try to register a client (after putting in the Admin/Global/Connectors like bellow)

And putting the Registration like the picture bellow (Uris are with the correct path in the test):

I get the error : 404 The requested URL was not found on this server.

Does anyone knows how to solve this problem ?

I’m using OpenEMR version 6.1 in an AWS environment.

1 Like

I’m having the same problem, just checking but in your url above in the connectors, do you need to have the /openemr at the end?

Here is what ended up working for me! I had to delete api:pofh from the scope tho… not sure how that’s going to impact

Where are you getting api:pofh? That’s not one of our valid scopes. Also username/password shouldn’t need to be passed to the registration.

@srrg If you did the default install on AWS you shouldn’t need the /openemr in your URL. That’s probably why you are seeing a 404.