Static Attribute Help

Nate Klingenstein ndk at internet2.edu
Wed Feb 19 11:34:43 EST 2014


Or even just a scoped attribute definition should work.

<resolver:AttributeDefinition xsi:type="Scoped" xmlns="urn:mace:shibboleth:2.0:resolver:ad">
                              sourceAttributeID="uid"
                              id="alternateExampleScopedPrincipalName"
                              scope="alternateexample.com">

On Feb 19, 2014, at 9:29 AM, Kevin Foote <kpfoote at uoregon.edu>
 wrote:

> If the “alternateexample.com” portion is static then just create a new attribute using a “Template” <AttributeDefinition>.  
> Its quick and simple.  Your source will be your AD/Ldap for your UID / cn value.
> 
>         <Template>
>              <![CDATA[
>                   ${uid}@alternateexample.com
>              ]]>
>         </Template>



More information about the users mailing list