Authenticating connections

There are two methods for authenticating connections:
  • Basic method. Using username and password.
  • OAuth 2.0 protocol-based method. REST uses the OAuth 2.0 protocol to allow users to access data securely by using the access token. User requires username and password to renew the access token.

REST Adapter as a source:

REST adapter as a source gets response from GET and HEAD.

REST Adapter as a target:

REST adapter as a target POST, PUT or DELETE responses.