Configuring Oracle Access Management for Using OAuth with Service Bus
Hi All,
We are trying to configure OAM for using OAuth with service bus by following the below link.
Our OAM release is 11.1.2.3 with patch 27373151 applied and OSB release is 12.2.1.3.
We are generating the access token using the below curl command:
curl -i -H 'Authorization: Basic T1dTTUNsaWVudElkOndlbGNvbWUx' -H 'ContentType: x-www-form-urlencoded' --request POST 'http://OAM_IP:14100/ms_oauth/oauth2/endpoints/oauthservice/tokens' -d 'grant_type=client_credentials&scope=docServiceInstance1.ALL'
And then using SoapUI to attache the access token generated from the curl command to the GET request of the OSB proxy service, but we are getting Unauthorized response.