The Shibboleth IdP V3 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP4 wiki space for current documentation on the supported version.

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 2 Next »

The <Column> element specifies the mapping from a column in a data base table to an attribute name.

Schema Name and Location

This element is defined by the urn:mace:shibboleth:2.0:resolver:dschema, which can be located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.  

Example

<dc:Column columnName="homephone" attributeID="phonenumber" />
<dc:Column columnName="prenom" attributeID="firstname" />

Attributes

Each <Column> element must have two attributes:

  • columnName the name of the column in the result set coming from the database
  • attributeID the (internal) identifier to give the attribute for the rest of the attribute resolution, filtering and encoding

Child Elements

No child elements can be provided.  

Notes

The Mapping specified by the <Column> elements can instead be defined by specifying the mappingStrategyRef on the RelationalDatabase DataConector
  • No labels