Identity Management (MOSC)

MOSC Banner

Configuring Oracle Access Management for Using OAuth with Service Bus

edited Sep 17, 2018 3:29AM in Identity Management (MOSC) 1 commentAnswered ✓

Hi All,

We are trying to configure OAM for using OAuth with service bus by following the below link.

https://docs.oracle.com/middleware/1221/osb/develop/GUID-1CE01E95-8B9B-4369-AAC9-28F4C5B6EF63.htm#OSBDV-GUID-53F31B5B-1F…

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center