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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

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

Overview

The Requester type is a PolicyRule which returns true if the name (generally the SAML entityID) of the system requesting/receiving the attributes (usually an SP) matches a supplied string.

Reference

Example

The example reads "Apply this rule if the attribute recipient is named 'https://sp.example.org'".

<PolicyRequirementRule xsi:type="Requester" value="https://sp.example.org" />

  • No labels