Closed ccorley closed 4 years ago
Because the Blue Button authentication process launches the browser on your local machine, it has to be executed on your local machine, otherwise, you will see this error:
org.apache.camel.component.exec.ExecException: Unable to execute command ExecCommand [args=[https://sandbox.bluebutton.cms.gov/v1/o/authorize/?client_id=QxgykyudHvCYdAmXRTvm4LCAorCDk1WVFAySjp0e&redirect_uri=http://localhost:8080/bluebutton/handler&response_type=code], executable=xdg-open, timeout=9223372036854775807, outFile=null, workingDir=null, commandLogLevel=DEBUG, useStderrOnEmptyStdout=false]
Document the fact that LFH Connect needs to be run locally with ./gradlew run to use the Blue Button routes.
Because the Blue Button authentication process launches the browser on your local machine, it has to be executed on your local machine, otherwise, you will see this error:
org.apache.camel.component.exec.ExecException: Unable to execute command ExecCommand [args=[https://sandbox.bluebutton.cms.gov/v1/o/authorize/?client_id=QxgykyudHvCYdAmXRTvm4LCAorCDk1WVFAySjp0e&redirect_uri=http://localhost:8080/bluebutton/handler&response_type=code], executable=xdg-open, timeout=9223372036854775807, outFile=null, workingDir=null, commandLogLevel=DEBUG, useStderrOnEmptyStdout=false]
Document the fact that LFH Connect needs to be run locally with ./gradlew run to use the Blue Button routes.