OAuth Integration Questions
(Doc ID 2822780.1)
Last updated on FEBRUARY 11, 2022
Applies to:
Oracle Health Insurance Claims Adjudication - Version 3.20.2.0.0 and laterInformation in this document applies to any platform.
@Additional information from SR 3-27727200187
Goal
On : 3.20.2.0.0 version, Integration Points
Currently we have Basic Authentication and we are trying to integrate OAuth for one of our OHI Instances. We are still installing the OAut provider, but want to keep OHI ready.
So to start with, we just want to change the metadata and properties file and see how an incoming request from Postman/SOAPUI works.
We updated properties but the metadata is still reflecting as below -
"basePath": "/api",
"security": [
{
"BasicAuth": []
}
],
"securityDefinitions": {
"BasicAuth": {
"type": "basic"
}
},
Are there any other specific steps to be followed? The document deals with Outbound calls but we are testing a simple Inbound call from Postman.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |