Hi
Could anyone give me a quick guide on how to setup a channel that posts a HL7 message to a HTTPs API that uses OAuth2?
I'm struggling with the parameters.
Basically I have the below instructions from the supplier:
Our API uses OAuth2.0, so to gain access, you will need to Base 64 encode your Client ID and Client Secret (CID:CSECRET), place that in the “Authorization: Basic ENCODED_DETAILS” header and post “grant_type=client_credentials” to https://someurl.com/api/auth.
If successful, using the access token that is returned, you can post your HL7 message to
https://someurl.com/api/hl7/refer?ac...n=ACCESS_TOKEN.
Any help is appreciated, there isnt much out there on Mirth and OAuth2
Thanks,
Dave
Could anyone give me a quick guide on how to setup a channel that posts a HL7 message to a HTTPs API that uses OAuth2?
I'm struggling with the parameters.
Basically I have the below instructions from the supplier:
Our API uses OAuth2.0, so to gain access, you will need to Base 64 encode your Client ID and Client Secret (CID:CSECRET), place that in the “Authorization: Basic ENCODED_DETAILS” header and post “grant_type=client_credentials” to https://someurl.com/api/auth.
If successful, using the access token that is returned, you can post your HL7 message to
https://someurl.com/api/hl7/refer?ac...n=ACCESS_TOKEN.
Any help is appreciated, there isnt much out there on Mirth and OAuth2
Thanks,
Dave
Comment