Product SiteDocumentation Site

14.5.7.6.4. Configuration Parameters
#
Name
Type
Objective
Default Value
SP/IDP
Since Version
1
ATTRIBUTE_ MANAGER
string
fqn of attribute manager class
org.picketlink. identity.federation. core.impl. EmptyAttributeManager
IDP
2.0
2
ATTRIBUTE_ KEYS
String
a comma separated list of string values representing attributes to be sent
 
IDP
2.0
3
ATTRIBUTE_ CHOOSE_ FRIENDLY_ NAME
boolean
set to true if you require attributes to be keyed by friendly name rather than default name.
 
SP
2.0
14.5.7.6.4.1. Example:

Example 14.9. WEB-INF/picketlink-handlers.xml

<Handler class="org.picketlink.
                    identity.federation.
                    web.handlers.
                    saml2.SAML2AttributeHandler">
<Option Key="ATTRIBUTE_CHOOSE_FRIENDLY_NAME" Value="true"/>
</Handler>
14.5.7.6.4.2. Example:

Error

Topic 29879 failed validation and is not included in this build.
Please review the compiler error for Topic ID 29879 for more detailed information.
14.5.7.6.4.3. Additional References