The Shibboleth V2 IdP and SP software have reached End of Life and are no longer supported. This documentation is available for historical purposes only. See the IDP v4 and SP v3 wiki spaces for current documentation on the supported versions.

IdPSAML2AttributeQueryProfileConfig

Relying Party SAML 2 Attribute Query Profile Configuration

This profile configuration enables and configures the SAML 2 Attribute Query profile.

Basic Configuration

This profile is configured by adding the <ProfileConfiguration xsi:type="saml:SAML2AttributeQueryProfile" /> element to a RelyingParty definition.

Example SAML2 Attribute Query Profile Configuration
<ProfileConfiguration xsi:type="saml:SAML2AttributeQueryProfile" />

Advanced Configuration

The SAML2 Attribute Query profile configuration supports the following advanced configuration attributes:

In addition, the SAML 2 Attribute Query profile configuration element supports two child elements.

  • <Audience>, whose content is used to populate the <Audience> elements of <AudienceRestriction> element. This element may appear any number of times, one for each audience.
  • <ProxyAudience>, whose content is used to populate the <Audience> elements of the <ProxyRestriction> condition element. This element may appear any number of times, one for each audience.