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