The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.
AttributeDefinitionCommonAttributes
Name | Type | Default | Description |
---|---|---|---|
id | String | Identifier for the IdPAttribute as well as its definition. This is used for logging and to establish dependencies and relationships between connectors and definitions, and to reference the data item in filter rules and many other configuration features. Note that the value MUST NOT contain whitespace, and use of certain other special characters will result in warnings that should be addressed in case the rules are made more strict in future versions. | |
activationConditionRef | Bean Reference | Bean ID of a condition to decide whether to resolve this definition, see here. | |
relyingParties | Space-delimited list | List of entity IDs for which this Attribute Definition should be resolved. | |
excludeRelyingParties 4.1 | Space-delimited list | List of entity IDs for which this Attribute Definition should not be resolved. | |
resolutionPhases 4.1 | space-delimited list | List of resolution phases (i.e. flows) during which this Attribute Definition should be resolved. | |
excludeResolutionPhases 4.1 | space-delimited list | List of resolution phases (i.e. flows) during which this Attribute Definition should not be resolved. | |
dependencyOnly | Boolean | false | If set to true, the attribute is not exposed outside the resolution process and is available solely within the resolution process |
Boolean | false | If set to true, the attribute (and its dependencies) will be resolved in pre-pass and its value made available to other definitions' ActivationConditions. See PreRequestedAttributes for details. | |
profileContextStrategyRef | Bean Reference | DEPRECATEDÂ in 4.3 Bean ID of a function injected to override the normal lookup process for the request's ProfileRequestContext |