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 8 Current »

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

Overview

The Prescoped AttributeDefinition turns string-valued input into a two-part scoped values by splitting input values into three parts, the value, a (fixed) delimiter, and the scope/suffix. The resulting attribute's values are of type ScopedStringAttributeValue.

This definition is useful when a DataConnector returns attributes with values which already have an appropriate delimiter and scope appended in the source system.

Reference

Example

<AttributeDefinition xsi:type="Prescoped" id="eduPersonPrincipalName">
    <InputDataConnector ref="myLDAP" attributeNames="eduPersonPrincipalName" />
</AttributeDefinition>


  • No labels