Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ords-weblogic-firstparty authentication

EBNAug 10 2017

Hi,

Can someone please go through my post and advise?

Objective: Deploy tables from Oracle EBS database as REST end points for third party access.Deploy ords 3.0 on weblogic11g(10.3.6) and use first-party authentication to access protected resources (tables/views).

I was able to deploy ords in standalone mode and enable first-party authentication. However, it does not work  when authentication is setup on weblogic.

( ords deployed on weblogic successfully and we are able to access REST end points without auhtentication)

Please advise how to configure first party authentication when ORDS is deployed on weblogic. When run in standalone mode, user can be created using a command like , "java -jar ords.war user "hr_admin" "HR Administrator"" .

However, when weblogic is used my assumption is the process would be different,as authentication is now done against weblogic repository?.

I created the user in weblogic by following steps mentioned

http://docs.oracle.com/cd/E56351_01/doc.30/e87809/developing-REST-applications.htm#AELIG90056

3.5 Authenticating Against WebLogic Server and GlassFish User Repositories

However, we were unable to validate user as mentioned in following section.

3.5.1.2 Verifying the WebLogic Server User.

http://myweblogic:7050/ords/resteasy/ui/oauth2/clients/ ---> This gave following error message .

404 Not Found

The request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly configured

Please advise!

Thanks,

Bhaskar

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 7 2017
Added on Aug 10 2017
0 comments
366 views