/
/auth

/auth

  1. Header validation for key: validator value should be rbesb

  2. Variable inData is mapped to payload

  3. A request is prepared for authorization towards Epsilon

    application/x-www-form-urlencoded --- { 'grant_type' : 'password', 'username' : "VALUEA", 'password' : "VALUEB", 'response_type' : 'token' }
  4. An access token is saved to variable (It is not mapped to response of the app)