Request a Token v3

post

/jderest/v3/orchestrator/jde-login

Request an AIS token to be used for subsequent requests. Authentication is performed with given credentials and a session token is returned.

Request

Supported Media Types
Header Parameters
Body ()
The input to a token request.
Root Schema : LoginRequest
Type: object
The input to a token request.
Show Source
  • A proxy application associated with a mobile or ADF app. If you pass this value the login service will attempt to get security and processing options for the application.
  • An identifier for the device making the service call. If not provided, the requesting IP address is used.
  • Specify the environment to use for login. If not specified, the default environment configured for the AIS Server will be used.
  • The HTML (JAS) Server to use for login. If not specified, the default HTML Server configured for the AIS Server will be used.
  • The JD Edwards EnterpriseOne password, which is required if other authentication methods are not being used.
  • Used for logging in with psToken. Primarily used by the HTML Server to establish a session with the AIS Server.
  • The role to use for login. If not specified, the default role configured for the AIS Server will be used.
  • The AIS token, which is required if other authentication methods are not being used.
  • JD Edwards EnterpriseOne username, which is required if other authentication methods are not being used.
Security
Back to Top

Response

Supported Media Types

200 Response

Successful Execution

400 Response

Bad Request - Invalid JSON Input

403 Response

Authorization Failure

405 Response

Allowed Hosts on the HTML server is not configured to accept requests from this AIS Server

415 Response

Invalid Content-Type Header

445 Response

Mobile SSO Failed

446 Response

Mobile SSO Requested, but SSO is not Enabled on this AIS Server

500 Response

Server Failed to Process Request
Back to Top