Table of Contents

Search

  1. Preface
  2. Introduction to REST V2 Connector
  3. Connections for REST V2
  4. REST V2 operations
  5. Mappings and mapping tasks with REST V2 Connector
  6. Swagger File Generation
  7. Appendix A: Swagger objects
  8. OpenAPI objects

REST V2 Connector

REST V2 Connector

Standard authentication

Standard authentication

Standard authentication requires an authentication user ID and password to connect to a REST endpoint. When you configure a standard authentication type, you can further configure basic and OAuth authentication types.
Digest authentication is not applicable.
The following table describes the basic connection properties for standard authentication:
Property
Description
Authentication Type
The authentication type that you can use when you select the Standard authentication.
You can select one of the following authentication types:
  • BASIC
  • OAUTH
  • NONE
Default is NONE.
Auth User ID
The user name to log in to the web service application when you select the standard authentication.
Required for Basic authentication type.
Auth Password
The password associated with the user name when you select the standard authentication.
Required for Basic authentication type.
OAuth Consumer Key
The client key associated with the web service application.
Required only for OAuth authentication type.
OAuth Consumer Secret
The client password to connect to the web service application.
Required only for OAuth authentication type.
OAuth Token
The access token to connect to the web service application.
Required only for OAuth authentication type.
OAuth Token Secret
The password associated with the OAuth token.
Required only for OAuth authentication type.
Swagger File Path
The path of the Swagger file or OpenAPI file.
You can specify one of the following file paths:
  • Path and file name of the Swagger or OpenAPI file on the Secure Agent machine.
  • The URL on which the Swagger or OpenAPI file is hosted. The hosted URL must return the content of the file without prompting for further authentication and redirection.
For example, the path of the Swagger file can be:
C:\Swagger\sampleSwagger.json
The user must have the read permission for the folder and the file.

0 COMMENTS

We’d like to hear from you!