-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I'm working through the app at application-restricted-signed-jwt-tutorials/java in preparation for putting auth support into an app that'll integrate with the NHS.
When I run the tests, it looks like it's able to get a token ok, but can't make a call to the hello-world API. The error I get is this:
{"fault":{"faultstring":"Unable to identify proxy for host: secure and url: \/hello-world\/hello\/application","detail":{"errorcode":"messaging.adaptors.http.flow.ApplicationNotFound"}}}
I've generated my JWT and registered that. I've registered my app for the following APIs:
- Hello World (Sandbox) Enabled
- Hello World API - Application Restricted (Sandbox) Enabled
- Personal Demographics Service - Application-Restricted (Sandbox)
Are there any pointers on what I may have done wrong? I can only find one other mention of this error: https://developer.community.nhs.uk/t/pds-fhir-api-internal-errors-returning-404-response-codes/553
Thanks
Barny