Módosítások

Attribute Conversion for eduGAIN

271 bájt hozzáadva, 2008. szeptember 3., 14:30
BasicRule
The Basic rule is the simplest attribute conversion rule type. It can create one attribute and optionally use one attribute and regular expressions to transform attribute values.
Basic Rule can create static attributes. You can archieve this by omitting the Condition node. The replaceValues parameter is true by default, so if you want to append values to (probably) existing attributes, you must declare it using replaceValues="false". Also note you can use multiple AttributeValue nodes.
<BasicRule>
<Description>Create static attribute (or replace append to existing if attribute with this name already exists)</Description> <Attribute attributeName="eduPersonScopedAffiliation" replaceValues="truefalse">
<AttributeValue>staff@niif.hu</AttributeValue>
<AttributeValue>member@href.hu</AttributeValue>
</Attribute>
</BasicRule>
565
szerkesztés

Navigációs menü