Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)
E10726-01
  Go To Documentation Library
Library
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

IdcAuthExtraRequestParams

Specifies values for the Web server plug-in to get from its local data and send in the header of its requests.

For example, if you have a plug-in to the Web server filter getting some attributes for a user and placing them into a local value, you could specify the name of the attributes in IdcAuthExtraRequestParams, and the data would be passed to the Content Server.

This setting can also be used to access extra HTTP header values using Idoc Script. These variables will become part of the Data Binder environment variable set.

There is no default value.

See the IdcCommand Reference Manual for more information.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

The following setting tells the IIS Web server plug-in to send the local value of HTTP_REFERER in the header (IIS automatically adds the HTTP_ prefix):

IdcAuthExtraRequestParams=referer