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.

ProfilePolicyRuleConfiguration

This feature requires version V4.2 and above.

Namespace: urn:mace:shibboleth:2.0:afp
Schema: http://shibboleth.net/schema/idp/shibboleth-afp.xsd

Overview

The Profile type describes a PolicyRule which returns true if the unique identifier of the active profile running matches a supplied value. This allows rules to applied on a per-profile basis.

Reference

Name

Type

Default

Description

Name

Type

Default

Description

value

String

 

Required, the string to match against

caseSensitive

Boolean

true

Optional, specifies how to perform the comparison

Example

<PolicyRequirementRule xsi:type="Profile" value="http://shibboleth/net/profile/example" />

Â