The Shibboleth IdP V4 software will leave support on September 1, 2024.

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" />