AuthSection

The names of the sections in the connector's configuration file that contain information required by the connector to authenticate with Web sites.

When the connector requests a URL and the Web server returns an HTTP 401 status code, the connector authenticates using the credentials from the first section where the AuthUrlRegex parameter matches the requested URL.

You can specify multiple section names in a comma-separated list, or by using numbered parameters.

Type: String
Default: The current TaskName section
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example: AuthSection0=MyAuthSection
AuthSection1=AnotherAuthSection
See Also:

AuthPassword

AuthUrlRegex

AuthUser