18.1 Token Generation

This topic provide information about the Token Generation.

PlatoJWTAuth endpoint signature -
  • Path: /platojwtauth
  • Headers:
    • appId : SECSRV001
    • Content-Type : application/json
  • Request Body:
    {
       "username": "",
       "password": ""
    }
    • Username and password is base64 encoding of plaintext.
  • Response Body:
    {
      "token": “”,
      "userAlreadyLoggedIn": “Y”,
      "expires_in": 3180,
      "home_entity_id": "DEFAULTENTITY",
      "multi_entity_admin": "N",
      "multi_entity_admin_locale": “”
    }

Refer the below sample screenshots: