Profile Attribute Map
Profile Attribute Mapping
Maps a profile attribute to one or more HTTP headers for the currently authenticated user. The map key is an attribute name, and the map values are HTTP header names. Separate multiple map values with a pipe (|) character.
The user profile can be stored in LDAP or any other arbitrary data store.
To populate the value of profile attribute CN under CUSTOM-Common-Name
, enter CN
in the Map Key
field, and enter CUSTOM-Common-Name
in the Corresponding Map Value
field. This corresponds to org.forgerock.agents.profile.attribute.map[cn]=CUSTOM-Common-Name
.
In most cases, in a destination web 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, common-name
becomes HTTP_COMMON_NAME
.
Format: profile attribute = HEADER_NAME(S)
Example: [cn]=HEADER1|HEADER2
Property name |
|
Property aliases |
|
Type |
Map
|
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
Local configuration file |
|
AM console tab |
Application |