macro
Syntax
macro = macro[:name] Description
URL-encoded macros to include in the query string for all redirected management page requests. WebSEAL provides a default set of macros.
By default, WebSEAL uses the macro values as arguments in the generated query string. Alternatively, you can customize the name of the arguments used in the query string by adding a colon followed by a name value.
Options
- macro
- URL-encoded macro.
- name
- WebSEAL uses this custom name as an argument in the response URI.
If you do not provide a value for this custom name then
WebSEAL defaults to using the macro value as an argument in
the response URI.Note: For the HTTPHDR macro, the default value is HTTPHDR_<name>, where <name> is the name of the HTTP header defined in the macro. For the CREDATTR macro, the default value is CREDATTR_<name>, where <name> is the name of the attribute defined in the macro.
Usage
This stanza entry is optional.
Default value
None.
Example
The following entry causes WebSEAL
to use the default value USERNAME as an argument
in the query string.
macro = USERNAMEThe
following entry causes WebSEAL to use the custom value myUserName as
an argument in the query string.
macro = USERNAME:myUserName