Java Policy Agents 5.9.1

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

org.forgerock.agents.profile.attribute.map

Property aliases

com.sun.identity.agents.config.profile.attribute.mapping (since 5.0)

org.forgerock.agents.profile.attribute.map (since 5.6)

Type

Map

  • Keys: source response profile name

  • Values: one or more target response profile names

Bootstrap property

No

Required property

No

Restart required

No

Local configuration file

AgentConfig.properties

AM console tab

Application

Copyright © 2010-2023 ForgeRock, all rights reserved.