oAuth 2.0

This authentication uses an access token that works as a temporary password (with fixed validity) instead of a regular password.
  1. In the REST task, under Authorization, select Auth Type as OAuth 2.0.
  2. Enter all the required field information.
    • Access Token URL of the oAuth server.
    • Username
    • Password
    • Client ID
    • Client Secret.
    Note: The Password and Client Secret fields are masked.
    Once this information is submitted, the client will receive an authorization code/refresh token.
  3. Add this token received from the oAuth server to the URL in the API Details section.
  4. Click Save.