authentication

  1. E9.2 how to authenticate user in jde ,using REST api

    I am developing a mobile app, to let our customer log in and view sales record. I am very new to jde, only few weeks, I tried using /tokenrequest provided by AIS. It works if the user is an AIS user, but give authorization error for normal business users(which is understandable). Now my question...
  2. E9.2 Orchestration - Use current session instead of com.oracle.e1.aisclient.LoginEnvironment

    I'm creating a Custom Script (Groovy) and I need to call a BSFN inside that script. I was able to do that thanks to another post from here, the problem is that the way it's done now requires me to create a new LoginEnvironment instance, passing the serverURL, the username and user password as...
  3. E9.2 Parameterized URL

    Hello all, Can the Orchestration get parameters from the URL instead of JSON or the header. For example, I want to pass the parameters like this: https://JDEWEBAPP/jderest/orchestrator/ORC_1102050001DFS?userId="JOHNDOE"&password="1234321" And then use the parameters to authenticate. Does...
  4. Authenticate JDEdwards User in Published business service

    I'm relatively new to JDE and using jde demo instance (with JDeveloper and weblogic server) for my learning purposes to see how business services works. My question is how to pass jde user credentials from an external non jde application to a published business service to authenticate users. If...
Back
Top