Módosítások

Attribute Conversion for eduGAIN

929 bájt hozzáadva, 2008. szeptember 3., 16:48
Using attribute name mapper
=== Configuration of the attribute name mapper ===
The configuration xml of the attribute name mapper consists of one or more AttributeDefinition nodes. Each AttributeDefinition node specifies one logical attribute name (called 'id') and one physical AttributeName - which is the physical 'output' attribute name format. You can also specify AttributeNamespace (for SAML1.0).
 
The 'input' attribute names are configured using the 'Attribute' node. Note that the output name is also interpreted as input name, so it is not necessary to declare it twice.
 
<source lang="xml">
<AttributeDefinition
Id="mail"
AttributeName="urn:mace:dir:attribute-def:mail">
<Attribute AttributeName="urn:oid:0.9.2342.19200300.100.1.3" />
</AttributeDefinition>
</source>
=== Configuration of the Using logical attribute name mapper names ===When attribute name is referenced in a conversion rule, attribute mapper tries to interpret it as logical attribute name. Note that the logical attribute names are case-insensitive.
== Testing ==
=== XMLTest.sh ===
=== Real-life examples ===
565
szerkesztés

Navigációs menü