Response Attribute Map
Maps a policy response attribute to one or more HTTP headers for the authenticated user:
-
Key: Policy response attribute
-
Value: One or more HTTP headers
To populate the value of response attribute uid
under CUSTOM-User-Name
, enter uid
in the key field, and CUSTOM-User-Name
in the corresponding value field, com.sun.identity.agents.config.response.attribute.mapping[uid]=Custom-User-Name
.
In most cases, in a destination application where an HTTP header name shows up as a request header, it is prefixed by HTTP_
, lower case letters become upper case, and hyphens (-
) become underscores (_
). For example, CUSTOM-userid
becomes HTTP_CUSTOM-USERID
.
Format: response attribute = HEADER_NAME(S)
Example: [uid]=HEADER1|HEADER2
Default: Empty
Property name |
|
Property aliases |
|
Type |
String Map |
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
AM console tab |
Application |