Get Token Using Authorization URL

How to troubleshoot while obtaining tokens using authorization URL along with the parameters, HTML code is received as a response which again requires credentials to get authorization code?

Root Cause: On verification with the request in Postman, the response redirects to a login page where the username and password needs to be entered to generate authentication token.

The UiPath Response is HTML Document as it could not render the HTML to take the input user id and password.


Resolution:

  • Verification with Workday team/documentation for the API to generate authentication token is required
  • Also, implement it with UiPath HTTP Request activity.