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

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

Overview

The <Column> element specifies a mapping from a column in a database table or an attribute in an LDAP result set to an alternative IdPAttribute ID. In most cases this is equivalent to aliasing a result column in a SQL statement, but may be clearer to look at, and in the case of LDAP it provides the missing aliasing capability.

Reference

Example

<Column columnName="homephone" attributeID="phonenumber" />
<Column columnName="prenom" attributeID="firstname" />
  • No labels