skip to main content
Using the Driver : Authentication
  

Try DataDirect Drivers Now

Authentication

The driver supports the following authentication methods:
*No Authentication is used for REST services that do not require authentication.
*Basic Authentication uses user IDs, passwords, and HTTP headers to authenticate.
*HTTP Header Authentication passes security tokens via the HTTP headers to authenticate.
*URL Parameter Authentication authenticates by passing security tokens using URLs.
*OAuth 2.0 Authentication authentications using OAuth 2.0 authentication flows.
*Custom Authentication authenticates using a series of requests defined in the input REST file.
By default, the driver is configured to use no authentication (AuthenticationMethod=None).
* Basic authentication
* HTTP header authentication
* URL parameter authentication
* OAuth 2.0 Authentication
* Custom authentication